[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for jakarta:glassfish-rest-tck:jar:3.1.1 [WARNING] 'build.plugins.plugin.version' for org.codehaus.mojo:exec-maven-plugin is missing. @ line 169, 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] ---------------------< jakarta:glassfish-rest-tck >--------------------- [INFO] Building Jakarta REST TCK run on glassfish 3.1.1 [INFO] from pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ glassfish-rest-tck --- [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ glassfish-rest-tck --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ glassfish-rest-tck --- [INFO] Changes detected - recompiling the module! :source [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 2 source files with javac [debug target 11] to target/classes [WARNING] system modules path not set in conjunction with -source 11 [WARNING] Supported source version 'RELEASE_6' from annotation processor 'org.sonatype.guice.bean.scanners.index.SisuIndexAPT6' less than -source '11' [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ glassfish-rest-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/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ glassfish-rest-tck --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ glassfish-rest-tck --- [INFO] No tests to run. [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ glassfish-rest-tck --- [INFO] Building jar: /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish-rest-tck-3.1.1.jar [INFO] [INFO] --- dependency:3.2.0:unpack (unpack) @ glassfish-rest-tck --- [INFO] Configured Artifact: org.glassfish.main.distributions:glassfish:7.0.0-X:zip [INFO] Unpacking /home/jenkins/.m2/repository/org/glassfish/main/distributions/glassfish/7.0.0-X/glassfish-7.0.0-X.zip to /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target with includes "" and excludes "" [INFO] [INFO] --- exec:3.3.0:exec (StopDomain1) @ glassfish-rest-tck --- CLI306: Warning - The server located at /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/domains/domain1 is not running. Command stop-domain executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (StartDomain1) @ glassfish-rest-tck --- Waiting for domain1 to start .... Waiting finished after 3,091 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 Command start-domain executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (Enable Trace requests) @ glassfish-rest-tck --- server-config.network-config.protocols.protocol.http-listener-1.http.trace-enabled=true Command set executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (Delete User j2ee) @ glassfish-rest-tck --- Command delete-file-user failed. [INFO] [INFO] --- exec:3.3.0:exec (Add User j2ee) @ glassfish-rest-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (Delete User javajoe) @ glassfish-rest-tck --- Command delete-file-user failed. [INFO] [INFO] --- exec:3.3.0:exec (Add User javajoe) @ glassfish-rest-tck --- Command create-file-user executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (list users) @ glassfish-rest-tck --- j2ee javajoe Command list-file-users executed successfully. [INFO] [INFO] --- exec:3.3.0:exec (StopDomain) @ glassfish-rest-tck --- Waiting for the domain to stop .. Waiting finished after 1,095 ms. Command stop-domain executed successfully. [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (gf-tests) @ glassfish-rest-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.cookie.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configuration not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.sort not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.asyncinvoker not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.clientrequestcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.interceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.writerinterceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.resource not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.uribuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.entitytag not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.exceptions not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientresponsecontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.get not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.visibility not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.resourceinfo not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.priority not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.clientwriter.writerinterceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notacceptableexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.writer not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.constrainedto not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.produceconsume not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientbuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.contextprovider not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.entity not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.runtimetype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.globalbinding not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.options not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.java2entity not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.exception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentities not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.application not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.create not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.client.invocationbuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cookie not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.responseprocessingexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.clienterrorexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variant not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.request not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.interceptor not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.webtarget not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.cookieparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.responsemediatype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.server not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.security not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.lastvalue not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.readerinterceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standard not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.forbiddenexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.bindingpriority not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocationcallback not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.instance not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.processingexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.securitycontext.basic not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.template not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.badrequestexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.redirectexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.inheritance not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.nomapper not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerwriter.interceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.path.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.signaturetest.jaxrs not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardnotnull not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.headers not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.overridestandard not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.link not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configurable not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responseclient not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.client not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.responsebuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.header.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.query.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.head not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resourceconstructor not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.invocation not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notallowedexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.response not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.paramconverter not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.returntype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.pathparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notsupportedexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.mediatype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.providers not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.reader not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.requestmatching not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.core.configurable not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.invocations not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.form.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.interceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.context.client not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.put not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.formparam not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.client.webtarget not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.beanparam.matrix.plain not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.servlet3.rs.core.streamingoutput not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.container.requestcontext.illegalstate not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.generictype not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.configuration not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.notfoundexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.form not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.containerreader.interceptorcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.servererrorexception not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.filter.namebinding not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.uribuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.ee.rs.delete not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.client.clientrequestcontext not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.genericentity not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.newcookie not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder not in glassfish.rest.tck [ERROR] WARNING: package ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass not in glassfish.rest.tck [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT Starting container using command: [java, -jar, /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/modules/admin-cli.jar, start-domain, -t] Waiting finished after 2,498 ms. Successfully started the domain : domain1 domain Location: /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/domains/domain1 Log File: /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/domains/domain1/logs/server.log Admin Port: 4,848 ************************************************************ * props file set to "/tmp/jenkins-cts-props.txt" ************************************************************ 05-31-2024 17:51:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:28:STARTING TEST : responseGenericEntityTest() 05-31-2024 17:51:28:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:28:FINISHED TEST : responseGenericEntityTest() 05-31-2024 17:51:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:28:STARTING TEST : genericEntityTest() 05-31-2024 17:51:28:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/genericentity/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:28:FINISHED TEST : genericEntityTest() 05-31-2024 17:51:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:28:STARTING TEST : directClassTypeTest() 05-31-2024 17:51:28:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:28:FINISHED TEST : directClassTypeTest() 05-31-2024 17:51:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:28:STARTING TEST : responseDirectClassTypeTest() 05-31-2024 17:51:28:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_java2entity_web/resource/response/linkedlist HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:28:FINISHED TEST : responseDirectClassTypeTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.244 s - in ee.jakarta.tck.ws.rs.ee.resource.java2entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.resource.webappexception.mapper.JAXRSClientIT 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : statusOkResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusok HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : statusOkResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwUncheckedExceptionTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/uncheckedexception HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwUncheckedExceptionTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableIntOkResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableintok HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableIntOkResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableOkResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusthrowableok HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableOkResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : statusIntOkResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsestatusintok HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : statusIntOkResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : responseEntityTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseentity HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : responseEntityTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responsethrowable HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : noResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noresponse HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : noResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/4000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/400 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/401 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/403 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/404 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/405 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/406 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/415 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/3000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/5000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/500 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/noentity/503 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : webApplicationExceptionHasResponseWithoutEntityDoesUseMapperTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : okResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/responseok HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : okResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/2000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/4000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/400 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/401 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/403 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/404 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/405 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/406 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/415 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/3000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/5000 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/500 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_mapper_web/resource/direct/503 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : webApplicationExceptionHasResponseWithEntityDoesNotUseMapperTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.738 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-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableStatusCodeTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusCodeTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableStatusCodeTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : getResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/getResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : getResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableStatusTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableStatusTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : statusCode401Test() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode401 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : statusCode401Test() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : statusCode404Test() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/StatusCode404 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : statusCode404Test() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableStatusTest1() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableNullStatusTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableStatusTest1() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : status415Test() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status415 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : status415Test() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : nullResponseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/NullResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : nullResponseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : throwableResponseTest1() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ThrowableResponseTest1 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : throwableResponseTest1() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : responseTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/ResponseTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : responseTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : emptyConstructorTest() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/EmptyConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : emptyConstructorTest() 05-31-2024 17:51:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:29:STARTING TEST : status503Test() 05-31-2024 17:51:29:[HttpRequest] Dispatching request: 'GET /jaxrs_resource_webappexception_nomapper_web/resource/Status503 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:29:FINISHED TEST : status503Test() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 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-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:51:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:30:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Set HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:51:30:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_cookie_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:30:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.818 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-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamEntityWithConstructorTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamEntityWithConstructorTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamEntityWithConstructorTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamEntityWithConstructorTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamEntityWithEncodedTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamEntityWithEncodedTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamEntityWithEncodedTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamEntityWithEncodedTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamEntityWithValueOfTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamEntityWithValueOfTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamEntityWithValueOfTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamEntityWithValueOfTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : formParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_beanparam_form_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : formParamSortedSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 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-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:31:STARTING TEST : headerParamEntityWithFromStringTest() 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_header_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:31:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 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-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:51:32:[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-31-2024 17:51:32:[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-31-2024 17:51:32:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:32:[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-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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-31-2024 17:51:32:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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-31-2024 17:51:32:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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-31-2024 17:51:32:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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-31-2024 17:51:32:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:32:[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-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Field;InnerParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_matrix_plain_web/resource/Param;;Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 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-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:32:[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' 05-31-2024 17:51:32:FINISHED TEST : pathFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:32:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:32:STARTING TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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' 05-31-2024 17:51:33:FINISHED TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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' 05-31-2024 17:51:33:FINISHED TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldParamEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamEntityWithConstructorTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldParamEntityWithConstructorTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamEntityWithEncodedTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldParamEntityWithEncodedTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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' 05-31-2024 17:51:33:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamEntityWithValueOfTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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' 05-31-2024 17:51:33:FINISHED TEST : pathFieldParamEntityWithValueOfTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamListEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Param HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathParamListEntityWithFromStringTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:33:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_path_plain_web/resource/Field HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:33:[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-31-2024 17:51:33:FINISHED TEST : pathFieldParamSetEntityWithFromStringTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 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-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathfield/FIRST/SECOND' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : pathParamOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : headerParamOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerfield' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : headerParamOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : queryParamOnFieldTest() 05-31-2024 17:51:33:[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-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : queryParamOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : cookieParamOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookiefield' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : cookieParamOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : formParamOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formfield' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-31-2024 17:51:33:FINISHED TEST : formParamOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : allParamsInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allparam/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-31-2024 17:51:33:FINISHED TEST : allParamsInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : matrixParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixparam;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : matrixParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : pathParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/pathparam/FIRST/SECOND' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : pathParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : headerParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/headerparam' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : headerParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : queryParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/queryparam?bpeQuery=FIRST&innerQuery=SECOND' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : queryParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : allParamsOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/allfield/Nineth/Tenth;bpeMatrix=Seventh;innerMatrix=Eighth?bpeQuery=Eleventh&innerQuery=Twelveth' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything&bpeForm=Third&innerForm=Fourth 05-31-2024 17:51:33:FINISHED TEST : allParamsOnFieldTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : cookieParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/cookieparam' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : cookieParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : formParamInParamTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/formparam' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything&bpeForm=FIRST&innerForm=SECOND 05-31-2024 17:51:33:FINISHED TEST : formParamInParamTest() 05-31-2024 17:51:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:33:STARTING TEST : matrixParamOnFieldTest() 05-31-2024 17:51:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_beanparam_plain_web/resource/matrixfield;bpeMatrix=FIRST;innerMatrix=SECOND' to target server at 'localhost:8080' 05-31-2024 17:51:33:############################### 05-31-2024 17:51:33:[Request] Adding entity: Anything 05-31-2024 17:51:33:FINISHED TEST : matrixParamOnFieldTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 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-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Param?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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' 05-31-2024 17:51:34:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:34:[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-31-2024 17:51:34:[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-31-2024 17:51:34:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?&Inner HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_beanparam_query_plain_web/resource/Field?ParamEntityWithConstructor=JAXRS_SPEC_5.2&InnerParamEntityWithConstructor=JAXRS_SPEC_5.2 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:51:34:FINISHED TEST : queryFieldParamEntityWithConstructorTest() [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.654 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-31-2024 17:51:34:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:34:STARTING TEST : optionsWithCallbackWhileServerWaitTest() 05-31-2024 17:51:34:Start time: 1717177894830 05-31-2024 17:51:34:Client was returned control in 10 milliseconds from request 05-31-2024 17:51:36:Callback#completed() called in 2021 milliseconds from request 05-31-2024 17:51:36:Returned status 200 (OK) 05-31-2024 17:51:36:Callback completed() call ok 05-31-2024 17:51:36:FINISHED TEST : optionsWithCallbackWhileServerWaitTest() 05-31-2024 17:51:36:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:36:STARTING TEST : methodWithCallbackWhileServerWaitTest() 05-31-2024 17:51:36:Start time: 1717177896965 05-31-2024 17:51:36:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:38:Callback#completed() called in 2005 milliseconds from request 05-31-2024 17:51:38:Returned status 200 (OK) 05-31-2024 17:51:38:Callback completed() call ok 05-31-2024 17:51:38:Start time: 1717177898979 05-31-2024 17:51:38:Client was returned control in 0 milliseconds from request 05-31-2024 17:51:40:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:51:40:Returned status 200 (OK) 05-31-2024 17:51:40:Callback completed() call ok 05-31-2024 17:51:40:Start time: 1717177900994 05-31-2024 17:51:40:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:42:Callback#completed() called in 2005 milliseconds from request 05-31-2024 17:51:42:Returned status 200 (OK) 05-31-2024 17:51:42:Callback completed() call ok 05-31-2024 17:51:43:FINISHED TEST : methodWithCallbackWhileServerWaitTest() 05-31-2024 17:51:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:43:STARTING TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:51:43:Start time: 1717177903012 05-31-2024 17:51:43:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:45:FINISHED TEST : optionsWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:51:45:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:45:STARTING TEST : methodWithStringClassWhileServerWaitTest() 05-31-2024 17:51:45:Start time: 1717177905027 05-31-2024 17:51:45:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:47:Start time: 1717177907040 05-31-2024 17:51:47:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:49:Start time: 1717177909052 05-31-2024 17:51:49:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:51:FINISHED TEST : methodWithStringClassWhileServerWaitTest() 05-31-2024 17:51:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:51:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:51:51:Start time: 1717177911065 05-31-2024 17:51:51:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:51:51:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:51:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:51:STARTING TEST : postWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:51:51:Start time: 1717177911082 05-31-2024 17:51:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:51:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:51:FINISHED TEST : postWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:51:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:51:STARTING TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:51:51:Start time: 1717177911124 05-31-2024 17:51:51:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:53:Returned status 200 (OK) 05-31-2024 17:51:53:FINISHED TEST : optionsWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:51:53:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:53:STARTING TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:51:53:Start time: 1717177913137 05-31-2024 17:51:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:53:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:53:Start time: 1717177913145 05-31-2024 17:51:53:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:53:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:53:FINISHED TEST : methodWithCallbackWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:51:53:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:53:STARTING TEST : getWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:51:53:Start time: 1717177913155 05-31-2024 17:51:53:Client was returned control in 0 milliseconds from request 05-31-2024 17:51:55:FINISHED TEST : getWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:51:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:55:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:51:55:Start time: 1717177915168 05-31-2024 17:51:55:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:51:55:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:51:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:55:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-31-2024 17:51:55:Start time: 1717177915183 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:Start time: 1717177915192 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:Start time: 1717177915201 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-31-2024 17:51:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:55:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:51:55:Start time: 1717177915217 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:Start time: 1717177915227 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:51:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:55:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:51:55:Start time: 1717177915243 05-31-2024 17:51:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:51:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:51:55:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:51:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:55:STARTING TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:51:55:Start time: 1717177915255 05-31-2024 17:51:55:Client was returned control in 0 milliseconds from request 05-31-2024 17:51:57:Returned status 200 (OK) 05-31-2024 17:51:57:FINISHED TEST : traceWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:51:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:57:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:51:57:Start time: 1717177917268 05-31-2024 17:51:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:51:57:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:51:57:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:51:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:51:57:STARTING TEST : methodWithResponseClassWhileServerWaitTest() 05-31-2024 17:51:57:Start time: 1717177917283 05-31-2024 17:51:57:Client was returned control in 1 milliseconds from request 05-31-2024 17:51:59:Returned status 200 (OK) 05-31-2024 17:51:59:Start time: 1717177919296 05-31-2024 17:51:59:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:01:Returned status 200 (OK) 05-31-2024 17:52:01:Start time: 1717177921310 05-31-2024 17:52:01:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:03:Returned status 200 (OK) 05-31-2024 17:52:03:FINISHED TEST : methodWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:03:STARTING TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:52:03:Start time: 1717177923326 05-31-2024 17:52:03:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:05:FINISHED TEST : deleteWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:52:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:05:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:05:Start time: 1717177925342 05-31-2024 17:52:05:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:05:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:05:STARTING TEST : postWhileServerWaitTest() 05-31-2024 17:52:05:Start time: 1717177925355 05-31-2024 17:52:05:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:07:Returned status 200 (OK) 05-31-2024 17:52:07:FINISHED TEST : postWhileServerWaitTest() 05-31-2024 17:52:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:07:STARTING TEST : headTest() 05-31-2024 17:52:07:Start time: 1717177927372 05-31-2024 17:52:07:Returned status 200 (OK) 05-31-2024 17:52:07:FINISHED TEST : headTest() 05-31-2024 17:52:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:07:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:52:07:Start time: 1717177927386 05-31-2024 17:52:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:07:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:07:Start time: 1717177927398 05-31-2024 17:52:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:07:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:07:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:52:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:07:STARTING TEST : putWithStringCallbackWhileServerWaitTest() 05-31-2024 17:52:07:Start time: 1717177927413 05-31-2024 17:52:07:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:09:Callback#completed() called in 2005 milliseconds from request 05-31-2024 17:52:09:Callback completed() call ok 05-31-2024 17:52:09:FINISHED TEST : putWithStringCallbackWhileServerWaitTest() 05-31-2024 17:52:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:09:STARTING TEST : traceWhileServerWaitTest() 05-31-2024 17:52:09:Start time: 1717177929529 05-31-2024 17:52:09:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:11:Returned status 200 (OK) 05-31-2024 17:52:11:FINISHED TEST : traceWhileServerWaitTest() 05-31-2024 17:52:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:11:STARTING TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:52:11:Start time: 1717177931545 05-31-2024 17:52:11:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:11:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:11:FINISHED TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:52:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:11:STARTING TEST : headWhileServerWaitTest() 05-31-2024 17:52:11:Start time: 1717177931560 05-31-2024 17:52:11:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:13:Returned status 200 (OK) 05-31-2024 17:52:13:FINISHED TEST : headWhileServerWaitTest() 05-31-2024 17:52:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:13:STARTING TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:52:13:Start time: 1717177933578 05-31-2024 17:52:13:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:15:FINISHED TEST : traceWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:52:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:15:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:15:Start time: 1717177935594 05-31-2024 17:52:15:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:15:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:15:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:15:STARTING TEST : traceWithStringCallbackWhileServerWaitTest() 05-31-2024 17:52:15:Start time: 1717177935608 05-31-2024 17:52:15:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:17:Callback#completed() called in 2005 milliseconds from request 05-31-2024 17:52:17:Callback completed() call ok 05-31-2024 17:52:17:FINISHED TEST : traceWithStringCallbackWhileServerWaitTest() 05-31-2024 17:52:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:17:STARTING TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-31-2024 17:52:17:Start time: 1717177937624 05-31-2024 17:52:17:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:19:Start time: 1717177939638 05-31-2024 17:52:19:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:21:FINISHED TEST : methodWithGenericTypeStringWithEntityWhileServerWaitTest() 05-31-2024 17:52:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:21:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:21:Start time: 1717177941654 05-31-2024 17:52:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:21:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:21:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:21:STARTING TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:52:21:Start time: 1717177941668 05-31-2024 17:52:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:21:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:21:Start time: 1717177941681 05-31-2024 17:52:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:21:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:21:Start time: 1717177941690 05-31-2024 17:52:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:21:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:21:FINISHED TEST : methodWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:52:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:21:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:21:Start time: 1717177941702 05-31-2024 17:52:21:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:21:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:21:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:21:STARTING TEST : postWithCallbackWhileServerWaitTest() 05-31-2024 17:52:21:Start time: 1717177941713 05-31-2024 17:52:21:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:23:Callback#completed() called in 2014 milliseconds from request 05-31-2024 17:52:23:Returned status 200 (OK) 05-31-2024 17:52:23:Callback completed() call ok 05-31-2024 17:52:23:FINISHED TEST : postWithCallbackWhileServerWaitTest() 05-31-2024 17:52:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:23:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:23:Start time: 1717177943740 05-31-2024 17:52:23:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:23:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:23:STARTING TEST : methodTest() 05-31-2024 17:52:23:Start time: 1717177943754 05-31-2024 17:52:23:Returned status 200 (OK) 05-31-2024 17:52:23:Start time: 1717177943764 05-31-2024 17:52:23:Returned status 200 (OK) 05-31-2024 17:52:23:Start time: 1717177943775 05-31-2024 17:52:23:Returned status 200 (OK) 05-31-2024 17:52:23:FINISHED TEST : methodTest() 05-31-2024 17:52:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:23:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:23:Start time: 1717177943788 05-31-2024 17:52:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:23:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:23:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:23:STARTING TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-31-2024 17:52:23:Start time: 1717177943799 05-31-2024 17:52:23:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:25:Returned status 200 (OK) 05-31-2024 17:52:25:Start time: 1717177945811 05-31-2024 17:52:25:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:27:Returned status 200 (OK) 05-31-2024 17:52:27:FINISHED TEST : methodWithResponseClassWithEntityWhileServerWaitTest() 05-31-2024 17:52:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:27:STARTING TEST : putWithStringClassWhileServerWaitTest() 05-31-2024 17:52:27:Start time: 1717177947825 05-31-2024 17:52:27:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:29:FINISHED TEST : putWithStringClassWhileServerWaitTest() 05-31-2024 17:52:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:29:STARTING TEST : deleteWhileServerWaitTest() 05-31-2024 17:52:29:Start time: 1717177949840 05-31-2024 17:52:29:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:31:Returned status 200 (OK) 05-31-2024 17:52:31:FINISHED TEST : deleteWhileServerWaitTest() 05-31-2024 17:52:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:31:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:31:Start time: 1717177951853 05-31-2024 17:52:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:31:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:31:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:31:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:31:Start time: 1717177951866 05-31-2024 17:52:31:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:31:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:31:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:31:Start time: 1717177951879 05-31-2024 17:52:31:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:31:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:31:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-31-2024 17:52:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:31:STARTING TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:31:Start time: 1717177951892 05-31-2024 17:52:31:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:31:Start time: 1717177951903 05-31-2024 17:52:31:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:31:FINISHED TEST : methodWithCallbackWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:31:STARTING TEST : headWithCallbackWhileServerWaitTest() 05-31-2024 17:52:31:Start time: 1717177951917 05-31-2024 17:52:31:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:33:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:52:33:Returned status 200 (OK) 05-31-2024 17:52:33:Callback completed() call ok 05-31-2024 17:52:33:FINISHED TEST : headWithCallbackWhileServerWaitTest() 05-31-2024 17:52:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:33:STARTING TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:52:33:Start time: 1717177953931 05-31-2024 17:52:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:33:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:33:FINISHED TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:52:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:33:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:52:33:Start time: 1717177953942 05-31-2024 17:52:33:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:33:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:33:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:52:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:33:STARTING TEST : putWhileServerWaitTest() 05-31-2024 17:52:33:Start time: 1717177953952 05-31-2024 17:52:33:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:35:Returned status 200 (OK) 05-31-2024 17:52:35:FINISHED TEST : putWhileServerWaitTest() 05-31-2024 17:52:35:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:35:STARTING TEST : getWithStringClassWhileServerWaitTest() 05-31-2024 17:52:35:Start time: 1717177955966 05-31-2024 17:52:35:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:37:FINISHED TEST : getWithStringClassWhileServerWaitTest() 05-31-2024 17:52:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:37:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:37:Start time: 1717177957980 05-31-2024 17:52:37:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:37:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:37:STARTING TEST : deleteWithCallbackWhileServerWaitTest() 05-31-2024 17:52:37:Start time: 1717177957992 05-31-2024 17:52:37:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:39:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:52:39:Returned status 200 (OK) 05-31-2024 17:52:39:Callback completed() call ok 05-31-2024 17:52:39:FINISHED TEST : deleteWithCallbackWhileServerWaitTest() 05-31-2024 17:52:39:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:39:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:40:Start time: 1717177960005 05-31-2024 17:52:40:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:40:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:40:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:40:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:40:STARTING TEST : deleteWithStringClassWhileServerWaitTest() 05-31-2024 17:52:40:Start time: 1717177960026 05-31-2024 17:52:40:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:42:FINISHED TEST : deleteWithStringClassWhileServerWaitTest() 05-31-2024 17:52:42:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:42:STARTING TEST : traceWithStringClassWhileServerWaitTest() 05-31-2024 17:52:42:Start time: 1717177962038 05-31-2024 17:52:42:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:44:FINISHED TEST : traceWithStringClassWhileServerWaitTest() 05-31-2024 17:52:44:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:44:STARTING TEST : optionsTest() 05-31-2024 17:52:44:Start time: 1717177964050 05-31-2024 17:52:44:Returned status 200 (OK) 05-31-2024 17:52:44:FINISHED TEST : optionsTest() 05-31-2024 17:52:44:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:44:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:44:Start time: 1717177964061 05-31-2024 17:52:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:44:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:44:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:52:44:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:44:STARTING TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:44:Start time: 1717177964072 05-31-2024 17:52:44:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:44:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:44:FINISHED TEST : optionsWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:44:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:44:STARTING TEST : postWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:44:Start time: 1717177964083 05-31-2024 17:52:44:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:46:Returned status 200 (OK) 05-31-2024 17:52:46:FINISHED TEST : postWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:46:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:46:STARTING TEST : optionsWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:46:Start time: 1717177966095 05-31-2024 17:52:46:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:48:Returned status 200 (OK) 05-31-2024 17:52:48:FINISHED TEST : optionsWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968107 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : deleteWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968120 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:Start time: 1717177968130 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:52:48:Start time: 1717177968141 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:48:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:48:FINISHED TEST : headWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : putTest() 05-31-2024 17:52:48:Start time: 1717177968153 05-31-2024 17:52:48:Returned status 200 (OK) 05-31-2024 17:52:48:FINISHED TEST : putTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968164 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : putWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:52:48:Start time: 1717177968177 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:48:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:48:Start time: 1717177968187 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:48:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:48:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968200 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : getTest() 05-31-2024 17:52:48:Start time: 1717177968212 05-31-2024 17:52:48:Returned status 200 (OK) 05-31-2024 17:52:48:FINISHED TEST : getTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:48:Start time: 1717177968224 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:48:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:48:FINISHED TEST : postWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:52:48:Start time: 1717177968235 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:48:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:48:FINISHED TEST : getWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968244 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : traceWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:52:48:Start time: 1717177968256 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:48:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:48:Start time: 1717177968271 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:48:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:48:Start time: 1717177968278 05-31-2024 17:52:48:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:48:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:48:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968287 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:Start time: 1717177968297 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:Start time: 1717177968306 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : methodWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:Start time: 1717177968316 05-31-2024 17:52:48:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:48:FINISHED TEST : getWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:48:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:48:STARTING TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:52:48:Start time: 1717177968326 05-31-2024 17:52:48:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:50:Returned status 200 (OK) 05-31-2024 17:52:50:FINISHED TEST : putWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:52:50:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:50:STARTING TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:50:Start time: 1717177970339 05-31-2024 17:52:50:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:50:FINISHED TEST : postWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:50:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:50:STARTING TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-31-2024 17:52:50:Start time: 1717177970350 05-31-2024 17:52:50:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:50:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:50:FINISHED TEST : deleteWithCallbackStringThrowsWebApplicationExceptionTest() 05-31-2024 17:52:50:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:50:STARTING TEST : getWithCallbackWhileServerWaitTest() 05-31-2024 17:52:50:Start time: 1717177970360 05-31-2024 17:52:50:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:52:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:52:52:Returned status 200 (OK) 05-31-2024 17:52:52:Callback completed() call ok 05-31-2024 17:52:52:FINISHED TEST : getWithCallbackWhileServerWaitTest() 05-31-2024 17:52:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:52:STARTING TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:52:52:Start time: 1717177972372 05-31-2024 17:52:52:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:54:Returned status 200 (OK) 05-31-2024 17:52:54:FINISHED TEST : postWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:52:54:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:54:STARTING TEST : putWithCallbackWhileServerWaitTest() 05-31-2024 17:52:54:Start time: 1717177974384 05-31-2024 17:52:54:Client was returned control in 1 milliseconds from request 05-31-2024 17:52:56:Callback#completed() called in 2005 milliseconds from request 05-31-2024 17:52:56:Returned status 200 (OK) 05-31-2024 17:52:56:Callback completed() call ok 05-31-2024 17:52:56:FINISHED TEST : putWithCallbackWhileServerWaitTest() 05-31-2024 17:52:56:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:56:STARTING TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-31-2024 17:52:56:Start time: 1717177976396 05-31-2024 17:52:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:56:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:56:FINISHED TEST : getWithCallbackStringThrowsWebApplicationExceptionTest() 05-31-2024 17:52:56:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:56:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:56:Start time: 1717177976407 05-31-2024 17:52:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:56:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:56:Start time: 1717177976417 05-31-2024 17:52:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:56:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:56:Start time: 1717177976426 05-31-2024 17:52:56:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:56:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:56:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:52:56:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:56:STARTING TEST : getWithCallbackStringWhileServerWaitTest() 05-31-2024 17:52:56:Start time: 1717177976437 05-31-2024 17:52:56:Client was returned control in 0 milliseconds from request 05-31-2024 17:52:58:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:52:58:Callback completed() call ok 05-31-2024 17:52:58:FINISHED TEST : getWithCallbackStringWhileServerWaitTest() 05-31-2024 17:52:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:58:STARTING TEST : deleteThrowsExceptionTest() 05-31-2024 17:52:58:Start time: 1717177978449 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:58:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:58:FINISHED TEST : deleteThrowsExceptionTest() 05-31-2024 17:52:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:58:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:52:58:Start time: 1717177978461 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:58:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:58:Start time: 1717177978468 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:52:58:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:52:58:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:52:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:58:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:58:Start time: 1717177978476 05-31-2024 17:52:58:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:52:58:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:52:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:58:STARTING TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:58:Start time: 1717177978487 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:58:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:58:Start time: 1717177978505 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:58:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:58:Start time: 1717177978515 05-31-2024 17:52:58:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:52:58:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:52:58:FINISHED TEST : methodWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:52:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:52:58:STARTING TEST : traceWithResponseClassWhileServerWaitTest() 05-31-2024 17:52:58:Start time: 1717177978525 05-31-2024 17:52:58:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:00:Returned status 200 (OK) 05-31-2024 17:53:00:FINISHED TEST : traceWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:00:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:00:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:00:Start time: 1717177980537 05-31-2024 17:53:00:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:00:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:00:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:00:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:00:STARTING TEST : putWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:53:00:Start time: 1717177980546 05-31-2024 17:53:00:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:02:FINISHED TEST : putWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:53:02:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:02:STARTING TEST : traceWithCallbackWhileServerWaitTest() 05-31-2024 17:53:02:Start time: 1717177982558 05-31-2024 17:53:02:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:04:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:53:04:Returned status 200 (OK) 05-31-2024 17:53:04:Callback completed() call ok 05-31-2024 17:53:04:FINISHED TEST : traceWithCallbackWhileServerWaitTest() 05-31-2024 17:53:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:04:STARTING TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:53:04:Start time: 1717177984570 05-31-2024 17:53:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:04:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:04:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:53:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:04:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:04:Start time: 1717177984579 05-31-2024 17:53:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:04:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:04:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:04:STARTING TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:53:04:Start time: 1717177984589 05-31-2024 17:53:04:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:04:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:04:FINISHED TEST : traceWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:53:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:04:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:04:Start time: 1717177984602 05-31-2024 17:53:04:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:04:Start time: 1717177984611 05-31-2024 17:53:04:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:04:Start time: 1717177984620 05-31-2024 17:53:04:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:04:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:04:STARTING TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-31-2024 17:53:04:Start time: 1717177984631 05-31-2024 17:53:04:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:06:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:53:06:Returned status 200 (OK) 05-31-2024 17:53:06:Callback completed() call ok 05-31-2024 17:53:06:Start time: 1717177986642 05-31-2024 17:53:06:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:08:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:53:08:Returned status 200 (OK) 05-31-2024 17:53:08:Callback completed() call ok 05-31-2024 17:53:08:FINISHED TEST : methodWithCallbackWithEntityWhileServerWaitTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:08:Start time: 1717177988654 05-31-2024 17:53:08:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:08:FINISHED TEST : optionsWithCallbackThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : traceTest() 05-31-2024 17:53:08:Start time: 1717177988668 05-31-2024 17:53:08:Returned status 200 (OK) 05-31-2024 17:53:08:FINISHED TEST : traceTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : postTest() 05-31-2024 17:53:08:Start time: 1717177988679 05-31-2024 17:53:08:Returned status 200 (OK) 05-31-2024 17:53:08:FINISHED TEST : postTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:08:Start time: 1717177988689 05-31-2024 17:53:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:08:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:08:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:53:08:Start time: 1717177988701 05-31-2024 17:53:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:08:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:08:Start time: 1717177988709 05-31-2024 17:53:08:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:08:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:08:FINISHED TEST : methodWithCallbackWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:53:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:08:STARTING TEST : getWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:08:Start time: 1717177988720 05-31-2024 17:53:08:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:10:Returned status 200 (OK) 05-31-2024 17:53:10:FINISHED TEST : getWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:10:STARTING TEST : methodWhileServerWaitTest() 05-31-2024 17:53:10:Start time: 1717177990739 05-31-2024 17:53:10:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:12:Returned status 200 (OK) 05-31-2024 17:53:12:Start time: 1717177992749 05-31-2024 17:53:12:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:14:Returned status 200 (OK) 05-31-2024 17:53:14:Start time: 1717177994759 05-31-2024 17:53:14:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:16:Returned status 200 (OK) 05-31-2024 17:53:16:FINISHED TEST : methodWhileServerWaitTest() 05-31-2024 17:53:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:16:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:16:Start time: 1717177996770 05-31-2024 17:53:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:16:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:16:STARTING TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:53:16:Start time: 1717177996781 05-31-2024 17:53:16:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:16:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:16:FINISHED TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:53:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:16:STARTING TEST : deleteWithCallbackStringWhileServerWaitTest() 05-31-2024 17:53:16:Start time: 1717177996792 05-31-2024 17:53:16:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:18:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:53:18:Callback completed() call ok 05-31-2024 17:53:18:FINISHED TEST : deleteWithCallbackStringWhileServerWaitTest() 05-31-2024 17:53:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:18:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:18:Start time: 1717177998904 05-31-2024 17:53:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:18:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:18:Start time: 1717177998912 05-31-2024 17:53:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:18:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:18:Start time: 1717177998921 05-31-2024 17:53:18:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:18:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:18:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:18:STARTING TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-31-2024 17:53:18:Start time: 1717177998932 05-31-2024 17:53:18:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:20:Returned status 200 (OK) 05-31-2024 17:53:20:Start time: 1717178000942 05-31-2024 17:53:20:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:22:Returned status 200 (OK) 05-31-2024 17:53:22:FINISHED TEST : methodWithGenericTypeResponseWithEntityWhileServerWaitTest() 05-31-2024 17:53:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:22:STARTING TEST : optionsWithStringClassWhileServerWaitTest() 05-31-2024 17:53:22:Start time: 1717178002954 05-31-2024 17:53:22:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:24:FINISHED TEST : optionsWithStringClassWhileServerWaitTest() 05-31-2024 17:53:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:24:STARTING TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:53:24:Start time: 1717178004966 05-31-2024 17:53:24:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:26:Start time: 1717178006981 05-31-2024 17:53:26:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:28:Start time: 1717178008993 05-31-2024 17:53:28:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:30:FINISHED TEST : methodWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:53:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:31:STARTING TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:31:Start time: 1717178011006 05-31-2024 17:53:31:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:33:Returned status 200 (OK) 05-31-2024 17:53:33:Start time: 1717178013016 05-31-2024 17:53:33:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:35:Returned status 200 (OK) 05-31-2024 17:53:35:Start time: 1717178015026 05-31-2024 17:53:35:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:37:Returned status 200 (OK) 05-31-2024 17:53:37:FINISHED TEST : methodWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:37:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:37:Start time: 1717178017040 05-31-2024 17:53:37:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:37:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:37:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:37:STARTING TEST : deleteWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:37:Start time: 1717178017052 05-31-2024 17:53:37:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:39:Returned status 200 (OK) 05-31-2024 17:53:39:FINISHED TEST : deleteWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:39:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:39:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:39:Start time: 1717178019063 05-31-2024 17:53:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:39:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:39:Start time: 1717178019083 05-31-2024 17:53:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:39:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:39:Start time: 1717178019091 05-31-2024 17:53:39:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:39:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:39:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:39:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:39:STARTING TEST : methodWithEntityWhileServerWaitTest() 05-31-2024 17:53:39:Start time: 1717178019100 05-31-2024 17:53:39:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:41:Returned status 200 (OK) 05-31-2024 17:53:41:Start time: 1717178021110 05-31-2024 17:53:41:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:43:Returned status 200 (OK) 05-31-2024 17:53:43:FINISHED TEST : methodWithEntityWhileServerWaitTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:53:43:Start time: 1717178023122 05-31-2024 17:53:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:43:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:43:FINISHED TEST : optionsWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:53:43:Start time: 1717178023129 05-31-2024 17:53:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:43:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:43:FINISHED TEST : putWithCallbackThrowsWebApplicationExceptionTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 05-31-2024 17:53:43:Start time: 1717178023140 05-31-2024 17:53:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:43:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:43:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:43:Start time: 1717178023147 05-31-2024 17:53:43:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:43:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:43:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:43:Start time: 1717178023157 05-31-2024 17:53:43:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:43:Start time: 1717178023165 05-31-2024 17:53:43:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:43:Start time: 1717178023173 05-31-2024 17:53:43:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:43:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:43:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:43:STARTING TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:43:Start time: 1717178023183 05-31-2024 17:53:43:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:45:Returned status 200 (OK) 05-31-2024 17:53:45:FINISHED TEST : deleteWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:45:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:45:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:45:Start time: 1717178025194 05-31-2024 17:53:45:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:45:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:45:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:45:STARTING TEST : optionsWhileServerWaitTest() 05-31-2024 17:53:45:Start time: 1717178025205 05-31-2024 17:53:45:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:47:Returned status 200 (OK) 05-31-2024 17:53:47:FINISHED TEST : optionsWhileServerWaitTest() 05-31-2024 17:53:47:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:47:STARTING TEST : putWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:47:Start time: 1717178027216 05-31-2024 17:53:47:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:49:Returned status 200 (OK) 05-31-2024 17:53:49:FINISHED TEST : putWithResponseClassWhileServerWaitTest() 05-31-2024 17:53:49:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:49:STARTING TEST : getWhileServerWaitTest() 05-31-2024 17:53:49:Start time: 1717178029227 05-31-2024 17:53:49:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:51:Returned status 200 (OK) 05-31-2024 17:53:51:FINISHED TEST : getWhileServerWaitTest() 05-31-2024 17:53:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:51:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:51:Start time: 1717178031239 05-31-2024 17:53:51:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:51:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:51:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-31-2024 17:53:51:Start time: 1717178031256 05-31-2024 17:53:51:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:51:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:51:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-31-2024 17:53:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:51:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:51:Start time: 1717178031267 05-31-2024 17:53:51:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:53:51:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:53:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:51:STARTING TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-31-2024 17:53:51:Start time: 1717178031277 05-31-2024 17:53:51:Client was returned control in 0 milliseconds from request 05-31-2024 17:53:53:Start time: 1717178033294 05-31-2024 17:53:53:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:55:FINISHED TEST : methodWithStringClassWithEntityWhileServerWaitTest() 05-31-2024 17:53:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:55:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:55:Start time: 1717178035306 05-31-2024 17:53:55:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:55:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:55:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:53:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:55:STARTING TEST : optionsWithStringCallbackWhileServerWaitTest() 05-31-2024 17:53:55:Start time: 1717178035314 05-31-2024 17:53:55:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:57:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:53:57:Callback completed() call ok 05-31-2024 17:53:57:FINISHED TEST : optionsWithStringCallbackWhileServerWaitTest() 05-31-2024 17:53:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:57:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:57:Start time: 1717178037425 05-31-2024 17:53:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:57:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:57:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:53:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:57:STARTING TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:53:57:Start time: 1717178037435 05-31-2024 17:53:57:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:53:57:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:53:57:FINISHED TEST : traceWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:53:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:57:STARTING TEST : deleteTest() 05-31-2024 17:53:57:Start time: 1717178037442 05-31-2024 17:53:57:Returned status 200 (OK) 05-31-2024 17:53:57:FINISHED TEST : deleteTest() 05-31-2024 17:53:57:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:57:STARTING TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:57:Start time: 1717178037451 05-31-2024 17:53:57:Client was returned control in 1 milliseconds from request 05-31-2024 17:53:59:Returned status 200 (OK) 05-31-2024 17:53:59:FINISHED TEST : getWithGenericTypeResponseWhileServerWaitTest() 05-31-2024 17:53:59:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:59:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:59:Start time: 1717178039462 05-31-2024 17:53:59:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:53:59:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:53:59:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:53:59:[JAXRSCommonClient] Test setup OK 05-31-2024 17:53:59:STARTING TEST : postWithStringClassWhileServerWaitTest() 05-31-2024 17:53:59:Start time: 1717178039472 05-31-2024 17:53:59:Client was returned control in 1 milliseconds from request 05-31-2024 17:54:01:FINISHED TEST : postWithStringClassWhileServerWaitTest() 05-31-2024 17:54:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:01:STARTING TEST : methodWithCallbackStringWhileServerWaitTest() 05-31-2024 17:54:01:Start time: 1717178041484 05-31-2024 17:54:01:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:03:Callback#completed() called in 2003 milliseconds from request 05-31-2024 17:54:03:Callback completed() call ok 05-31-2024 17:54:03:Start time: 1717178043594 05-31-2024 17:54:03:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:05:Callback#completed() called in 2003 milliseconds from request 05-31-2024 17:54:05:Callback completed() call ok 05-31-2024 17:54:05:Start time: 1717178045704 05-31-2024 17:54:05:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:07:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:54:07:Callback completed() call ok 05-31-2024 17:54:07:FINISHED TEST : methodWithCallbackStringWhileServerWaitTest() 05-31-2024 17:54:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:07:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:07:Start time: 1717178047816 05-31-2024 17:54:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:07:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:07:Start time: 1717178047825 05-31-2024 17:54:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:07:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:07:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:07:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-31-2024 17:54:07:Start time: 1717178047833 05-31-2024 17:54:07:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:07:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:07:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-31-2024 17:54:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:07:STARTING TEST : postWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:54:07:Start time: 1717178047840 05-31-2024 17:54:07:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:09:FINISHED TEST : postWithGenericTypeStringWhileServerWaitTest() 05-31-2024 17:54:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:09:STARTING TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:54:09:Start time: 1717178049851 05-31-2024 17:54:09:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:09:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:09:FINISHED TEST : deleteWithCallbackStringThrowsProcessingExceptionTest() 05-31-2024 17:54:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:09:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:54:09:Start time: 1717178049858 05-31-2024 17:54:09:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:09:Start time: 1717178049867 05-31-2024 17:54:09:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:09:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:54:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:09:STARTING TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-31-2024 17:54:09:Start time: 1717178049879 05-31-2024 17:54:09:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:11:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:54:11:Callback completed() call ok 05-31-2024 17:54:11:Start time: 1717178051897 05-31-2024 17:54:11:Client was returned control in 0 milliseconds from request 05-31-2024 17:54:13:Callback#completed() called in 2004 milliseconds from request 05-31-2024 17:54:13:Callback completed() call ok 05-31-2024 17:54:13:FINISHED TEST : methodWithCallbackStringWithEntityWhileServerWaitTest() 05-31-2024 17:54:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:13:STARTING TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:54:13:Start time: 1717178053909 05-31-2024 17:54:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:13:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:13:FINISHED TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:54:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:13:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:54:13:Start time: 1717178053916 05-31-2024 17:54:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:13:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:13:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:54:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:13:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:54:13:Start time: 1717178053923 05-31-2024 17:54:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:13:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:13:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:54:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:13:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:54:13:Start time: 1717178053931 05-31-2024 17:54:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:13:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:13:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:54:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:13:STARTING TEST : putWithCallbackThrowsProcessingExceptionTest() 05-31-2024 17:54:13:Start time: 1717178053938 05-31-2024 17:54:13:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:54:13:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:54:13:FINISHED TEST : putWithCallbackThrowsProcessingExceptionTest() [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 159.509 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-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : setUriTest() 05-31-2024 17:54:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/qwerty' to target server at 'localhost:8080' 05-31-2024 17:54:14:############################### 05-31-2024 17:54:14:[Request] Adding entity: ENTITY 05-31-2024 17:54:14:Found expected substring: ENTITY 05-31-2024 17:54:14:FINISHED TEST : setUriTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:54:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/headers' to target server at 'localhost:8080' 05-31-2024 17:54:14:############################### 05-31-2024 17:54:14:Found expected substring: accept-language 05-31-2024 17:54:14:Found expected substring: date 05-31-2024 17:54:14:Found expected substring: tck 05-31-2024 17:54:14:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : setMethodTest() 05-31-2024 17:54:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/put' to target server at 'localhost:8080' 05-31-2024 17:54:14:############################### 05-31-2024 17:54:14:[Request] Adding entity: ENTITY 05-31-2024 17:54:14:Found expected substring: ENTITY 05-31-2024 17:54:14:FINISHED TEST : setMethodTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : getEntityStreamTest() 05-31-2024 17:54:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_client_clientrequestcontext_web/resource/post' to target server at 'localhost:8080' 05-31-2024 17:54:14:############################### 05-31-2024 17:54:14:[Request] Adding entity: java.io.ByteArrayInputStream@1ec9ce8a 05-31-2024 17:54:14:Found expected substring: ENTITY_STREAM_WORKS 05-31-2024 17:54:14:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 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-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : cacheControlTest() 05-31-2024 17:54:14:FINISHED TEST : cacheControlTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-31-2024 17:54:14:FINISHED TEST : headersMultivaluedMapIsNullReplacesAllTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildWithEntityTest() 05-31-2024 17:54:14:FINISHED TEST : buildWithEntityTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : asyncTest() 05-31-2024 17:54:14:FINISHED TEST : asyncTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildPutTest() 05-31-2024 17:54:14:FINISHED TEST : buildPutTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildTest() 05-31-2024 17:54:14:FINISHED TEST : buildTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildGetTest() 05-31-2024 17:54:14:FINISHED TEST : buildGetTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildDeleteTest() 05-31-2024 17:54:14:FINISHED TEST : buildDeleteTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : headersMultivaluedMapTest() 05-31-2024 17:54:14:FINISHED TEST : headersMultivaluedMapTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : cookieCookieTest() 05-31-2024 17:54:14:FINISHED TEST : cookieCookieTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : headerObjectTest() 05-31-2024 17:54:14:FINISHED TEST : headerObjectTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : cookieStringStringTest() 05-31-2024 17:54:14:FINISHED TEST : cookieStringStringTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : acceptLanguageByLocalesTest() 05-31-2024 17:54:14:FINISHED TEST : acceptLanguageByLocalesTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : buildPostTest() 05-31-2024 17:54:14:FINISHED TEST : buildPostTest() 05-31-2024 17:54:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:14:STARTING TEST : acceptLanguageByStringsTest() 05-31-2024 17:54:14:FINISHED TEST : acceptLanguageByStringsTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.552 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-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : putWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : postWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : deleteWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : putWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeStringWithEntityTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeStringWithEntityTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : postWithGenericTypeStringTest() 05-31-2024 17:54:15:FINISHED TEST : postWithGenericTypeStringTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : putWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithStringClassWithEntityTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithStringClassWithEntityTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : postWithStringClassTest() 05-31-2024 17:54:15:FINISHED TEST : postWithStringClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeStringWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : getWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : optionsWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : headTest() 05-31-2024 17:54:15:FINISHED TEST : headTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : traceWithStringClassTest() 05-31-2024 17:54:15:FINISHED TEST : traceWithStringClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : traceWithResponseClassTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : traceWithResponseClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:15:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:15:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeResponseWithEntityThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithResponseClassWithEntityTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithResponseClassWithEntityTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : deleteWithResponseClassTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : deleteWithResponseClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : deleteWithStringClassTest() 05-31-2024 17:54:15:FINISHED TEST : deleteWithStringClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : methodTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : getWithGenericTypeResponseTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : getWithGenericTypeResponseTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : deleteWithGenericTypeResponseTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : deleteWithGenericTypeResponseTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : putWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithStringClassTest() 05-31-2024 17:54:15:FINISHED TEST : putWithStringClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeResponseWithEntityTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeResponseWithEntityTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithGenericTypeStringTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithGenericTypeStringTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:15:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:15:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:15:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:15:FINISHED TEST : methodWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithResponseClassTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : putWithResponseClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : optionsTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : optionsTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : optionsWithGenericTypeStringTest() 05-31-2024 17:54:15:FINISHED TEST : optionsWithGenericTypeStringTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : optionsWithResponseClassTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : optionsWithResponseClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithResponseClassTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : methodWithResponseClassTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : getWithGenericTypeStringTest() 05-31-2024 17:54:15:FINISHED TEST : getWithGenericTypeStringTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : putTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : getTest() 05-31-2024 17:54:15:Returned status 200 (OK) 05-31-2024 17:54:15:FINISHED TEST : getTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : deleteWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : putWithGenericTypeStringTest() 05-31-2024 17:54:15:FINISHED TEST : putWithGenericTypeStringTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : postWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:FINISHED TEST : methodWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:15:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : deleteWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : getWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : postWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : deleteWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : optionsWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : deleteWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : optionsWithResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : putWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : traceWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : traceTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : optionsWithStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteWithGenericTypeStringTest() 05-31-2024 17:54:16:FINISHED TEST : deleteWithGenericTypeStringTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : getWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : postTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithGenericTypeResponseTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : methodWithGenericTypeResponseTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithResponseClassTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : postWithResponseClassTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithEntityTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : methodWithEntityTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : getWithStringClassThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithStringClassTest() 05-31-2024 17:54:16:FINISHED TEST : methodWithStringClassTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithGenericTypeResponseTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : optionsWithGenericTypeResponseTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : traceWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : methodWithStringClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : methodWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : postWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : getWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : methodWithResponseClassWithEntityThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : getWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : postWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : traceWithGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : putWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithGenericTypeResponseTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : postWithGenericTypeResponseTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : deleteThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : traceWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : optionsWithStringThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithStringClassTest() 05-31-2024 17:54:16:FINISHED TEST : optionsWithStringClassTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithStringClassTest() 05-31-2024 17:54:16:FINISHED TEST : getWithStringClassTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : methodWithStringClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : optionsWithGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : traceWithStringClassThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithGenericTypeResponseTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : traceWithGenericTypeResponseTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : deleteTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : getWithResponseClassTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : getWithResponseClassTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : postWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : putWithGenericTypeResponseTest() 05-31-2024 17:54:16:Returned status 200 (OK) 05-31-2024 17:54:16:FINISHED TEST : putWithGenericTypeResponseTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : traceWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : traceWithGenericTypeStringTest() 05-31-2024 17:54:16:FINISHED TEST : traceWithGenericTypeStringTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:FINISHED TEST : methodWithGenericTypeStringThrowsProcessingExceptionTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() 05-31-2024 17:54:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:54:16:FINISHED TEST : deleteWithResponseClassThrowsNoWebApplicationExceptionTest() [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.653 s - in ee.jakarta.tck.ws.rs.ee.rs.client.syncinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.constrainedto.JAXRSClientIT 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : serverSideReaderIsUsedOnServerTest() 05-31-2024 17:54:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:54:16:############################### 05-31-2024 17:54:16:[Request] Adding entity: Anything 05-31-2024 17:54:16:FINISHED TEST : serverSideReaderIsUsedOnServerTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : serverSideReaderIsNotUsedOnClientTest() 05-31-2024 17:54:16:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-31-2024 17:54:16:############################### 05-31-2024 17:54:16:[Request] Adding entity: reader/serverside 05-31-2024 17:54:16:FINISHED TEST : serverSideReaderIsNotUsedOnClientTest() 05-31-2024 17:54:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:16:STARTING TEST : clientSideReaderIsNotUsedOnServerTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: ConstrainedTo message 05-31-2024 17:54:17:FINISHED TEST : clientSideReaderIsNotUsedOnServerTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : clientSideWriterIsUsedOnClientTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/clientwriter' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: ConstrainedTo message 05-31-2024 17:54:17:FINISHED TEST : clientSideWriterIsUsedOnClientTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : serverSideWriterIsNotUsedOnClientTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: writer/serverside 05-31-2024 17:54:17:FINISHED TEST : serverSideWriterIsNotUsedOnClientTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : clientSideWriterIsNotUsedOnServerTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: ConstrainedTo message 05-31-2024 17:54:17:FINISHED TEST : clientSideWriterIsNotUsedOnServerTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : clientSideReaderIsUsedOnClientTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/media' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: reader/clientside 05-31-2024 17:54:17:FINISHED TEST : clientSideReaderIsUsedOnClientTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : serverSideWriterIsUsedOnServerTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_constrainedto_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:[Request] Adding entity: ConstrainedTo message 05-31-2024 17:54:17:FINISHED TEST : serverSideWriterIsUsedOnServerTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.435 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-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : setSecurityContextTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : setSecurityContextTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : abortWithTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/abortwith' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : abortWithTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : setRequestUriOneUriTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : setRequestUriOneUriTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : setMethodTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setmethod' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : setMethodTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : setEntityStreamTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setentitystream' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : setEntityStreamTest() 05-31-2024 17:54:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:17:STARTING TEST : setRequestUriTwoUrisTest() 05-31-2024 17:54:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_illegalstate_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-31-2024 17:54:17:############################### 05-31-2024 17:54:17:FINISHED TEST : setRequestUriTwoUrisTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 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-31-2024 17:54:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:18:STARTING TEST : noSecurityTest() 05-31-2024 17:54:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:54:18:############################### 05-31-2024 17:54:18:FINISHED TEST : noSecurityTest() 05-31-2024 17:54:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:18:STARTING TEST : getSecurityContextTest() 05-31-2024 17:54:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_security_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:54:18:############################### 05-31-2024 17:54:18:FINISHED TEST : getSecurityContextTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.249 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-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getUriInfoTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/geturiinfo' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getUriInfoTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableLanguagesIsSortedTest() 05-31-2024 17:54:19:Check the #getAcceptableLanguages is sorted according to their q-value 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableLanguagesIsSortedTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getDateIsNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getDateIsNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setSecurityContextTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setsecuritycontext' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setSecurityContextTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : abortWithTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/abortwith' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : abortWithTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setPropertyIsReflectedInServletRequestTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertycontext' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setPropertyIsReflectedInServletRequestTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getMediaTypeTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getMethodTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getMethodTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : hasEntityTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:[Request] Adding entity: entity 05-31-2024 17:54:19:FINISHED TEST : hasEntityTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-31-2024 17:54:19:Check the #getAcceptableMediaTypes is sorted according to their q-value 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getCookiesIsReadonlyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getCookiesIsReadonlyTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getLanguageTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getLanguageTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setRequestUriOneUriTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi1' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setRequestUriOneUriTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getDateTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getdate' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getDateTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getLanguageIsNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getLanguageIsNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getHeaderStringTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaderstring2' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setMethodTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setmethod' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setMethodTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setPropertyNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setPropertyNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableMediaTypesIsReadOnlyTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getLengthWhenNoEntityTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getLengthWhenNoEntityTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getRequestTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'OPTIONS http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getRequestTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setEntityStreamTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setentitystream' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setEntityStreamTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableMediaTypesTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablemediatypes' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableMediaTypesTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getHeadersTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getheaders' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getHeadersTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setRequestUriTwoUrisTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setrequesturi2' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setRequestUriTwoUrisTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getLengthTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getlength' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:[Request] Adding entity: 12345678901234567890 05-31-2024 17:54:19:FINISHED TEST : getLengthTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getSecurityContextPrincipalIsNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getsecuritycontext' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getSecurityContextPrincipalIsNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableLanguagesTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguages' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableLanguagesTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getMediaTypeIsNullTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getMediaTypeIsNullTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : setPropertyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/setproperty' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : setPropertyTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : removePropertyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/removeproperty' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : removePropertyTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getCookiesTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getcookies' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getCookiesTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/hasentity' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getEntityStreamTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:[Request] Adding entity: EnTiTyStReAmTeSt 05-31-2024 17:54:19:FINISHED TEST : getEntityStreamTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getAcceptableLanguagesIsReadOnlyTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_requestcontext_web/resource/getacceptablelanguagesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:FINISHED TEST : getAcceptableLanguagesIsReadOnlyTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 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-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getResourceMethodTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/method' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:Found expected resource method name 05-31-2024 17:54:19:FINISHED TEST : getResourceMethodTest() 05-31-2024 17:54:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:19:STARTING TEST : getResourceClassTest() 05-31-2024 17:54:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_resourceinfo_web/resource/clazz' to target server at 'localhost:8080' 05-31-2024 17:54:19:############################### 05-31-2024 17:54:19:Found expected resource class name 05-31-2024 17:54:19:FINISHED TEST : getResourceClassTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 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-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getStringsHeaderMoreItemsTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: commaSeparated 05-31-2024 17:54:20:FINISHED TEST : getStringsHeaderMoreItemsTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: false 05-31-2024 17:54:20:FINISHED TEST : getEntityAnnotationsWhenNoAnnotationsTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getEntityTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientITentity 05-31-2024 17:54:20:FINISHED TEST : getEntityTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getDateIsNullTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getDateIsNullTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLinksTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource;html://localhost:8080/nohttp 05-31-2024 17:54:20:FINISHED TEST : getLinksTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getStringHeadersUsesHeaderDelegateTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: headerDelegate 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getStringHeadersUsesHeaderDelegateTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLinkBuilderWhenNoLinkTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getLinkBuilderWhenNoLinkTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getEntityClassByteArrayTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: bytearray 05-31-2024 17:54:20:FINISHED TEST : getEntityClassByteArrayTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getStringHeadersTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: EnTITY 05-31-2024 17:54:20:FINISHED TEST : getStringHeadersTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getMediaTypeWhenNoMediaTypeTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getMediaTypeWhenNoMediaTypeTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLinksWhenNoLinkTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinks' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getLinksWhenNoLinkTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getMediaTypeTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: application/svg+xml 05-31-2024 17:54:20:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getEntityAnnotationsTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotations' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: true 05-31-2024 17:54:20:FINISHED TEST : getEntityAnnotationsTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLinkTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-31-2024 17:54:20:FINISHED TEST : getLinkTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : setEntityTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setentity' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : setEntityTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : hasEntityTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: ResponseFilterEntity 05-31-2024 17:54:20:FINISHED TEST : hasEntityTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheadersismutable' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLanguageTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: fr-ca 05-31-2024 17:54:20:FINISHED TEST : getLanguageTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getStringHeadersUsesToStringMethodTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: toString 05-31-2024 17:54:20:FINISHED TEST : getStringHeadersUsesToStringMethodTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getDateTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getdate' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 1717178060000 05-31-2024 17:54:20:FINISHED TEST : getDateTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getCookiesIsReadOnlyTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookiesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getCookiesIsReadOnlyTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getLanguageIsNullTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlanguage' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getLanguageIsNullTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : getHeaderStringTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringoperation' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:54:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:20:STARTING TEST : setStatusInfoTest() 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 200 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 201 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 202 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 204 05-31-2024 17:54:20:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:20:############################### 05-31-2024 17:54:20:[Request] Adding entity: 205 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 206 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 300 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 301 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 302 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 303 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 304 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 305 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 307 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 308 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 400 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 401 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 402 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 403 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 404 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 405 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 406 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 407 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 408 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 409 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 410 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 411 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 412 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 413 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 414 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 415 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 416 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 417 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 428 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 429 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 431 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 451 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 500 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 501 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 502 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 503 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 504 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 505 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 511 05-31-2024 17:54:51:FINISHED TEST : setStatusInfoTest() 05-31-2024 17:54:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:51:STARTING TEST : hasLinkTest() 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/haslink' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-31-2024 17:54:51:FINISHED TEST : hasLinkTest() 05-31-2024 17:54:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:51:STARTING TEST : getAllowedMethodsTest() 05-31-2024 17:54:51:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getallowedmethods' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:FINISHED TEST : getAllowedMethodsTest() 05-31-2024 17:54:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:51:STARTING TEST : getStatusTest() 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 200 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 201 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 202 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 204 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 205 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 206 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 300 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 301 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 302 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 303 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 304 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 305 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 307 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 308 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 400 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:51:[Request] Adding entity: 401 05-31-2024 17:54:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:51:############################### 05-31-2024 17:54:52:[Request] Adding entity: 402 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 403 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 404 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 405 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 406 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 407 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 408 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 409 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 410 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 411 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 412 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 413 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 414 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 415 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 416 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 417 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 428 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 429 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 431 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 451 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 500 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 501 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 502 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 503 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 504 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 505 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 511 05-31-2024 17:54:52:FINISHED TEST : getStatusTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: commaSeparated 05-31-2024 17:54:52:FINISHED TEST : getHeaderStringHeaderIsCommaSepearatedTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getLengthWhenNoEntityTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:FINISHED TEST : getLengthWhenNoEntityTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getEntityClassInputStreamTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: inputstream 05-31-2024 17:54:52:FINISHED TEST : getEntityClassInputStreamTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: headerDelegate 05-31-2024 17:54:52:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:FINISHED TEST : getHeaderStringHeaderUsesHeaderDelegateTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getHeaderStringHeaderIsNullTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: null 05-31-2024 17:54:52:FINISHED TEST : getHeaderStringHeaderIsNullTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getLastModifiedIsNullTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:FINISHED TEST : getLastModifiedIsNullTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getEntityTypeInputStreamTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: inputstream 05-31-2024 17:54:52:FINISHED TEST : getEntityTypeInputStreamTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getEntityTagTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: ResponseFilterEntity 05-31-2024 17:54:52:FINISHED TEST : getEntityTagTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getEntityIsNullTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentity' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:FINISHED TEST : getEntityIsNullTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getHeadersTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaders' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: header 05-31-2024 17:54:52:FINISHED TEST : getHeadersTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getEntityClassStringTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityclass' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: string 05-31-2024 17:54:52:FINISHED TEST : getEntityClassStringTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : getStatusInfoTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 200 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 201 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 202 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 204 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 205 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 206 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 300 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 301 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 302 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 303 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 304 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 305 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 307 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 308 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 400 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 401 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 402 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 403 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 404 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 405 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 406 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 407 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 408 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 409 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 410 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 411 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 412 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 413 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 414 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 415 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 416 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 417 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 428 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 429 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 431 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 451 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 500 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 501 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 502 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 503 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 504 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 505 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstatusinfo' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 511 05-31-2024 17:54:52:FINISHED TEST : getStatusInfoTest() 05-31-2024 17:54:52:[JAXRSCommonClient] Test setup OK 05-31-2024 17:54:52:STARTING TEST : setStatusTest() 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 200 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 201 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 202 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 204 05-31-2024 17:54:52:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:54:52:############################### 05-31-2024 17:54:52:[Request] Adding entity: 205 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 206 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 300 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 301 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 302 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 303 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 304 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 305 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 307 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 308 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 400 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 401 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 402 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 403 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 404 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 405 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 406 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 407 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 408 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 409 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 410 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 411 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 412 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 413 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 414 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 415 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 416 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 417 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 428 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 429 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 431 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 451 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 500 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 501 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 502 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 503 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 504 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 505 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/setstatus' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 511 05-31-2024 17:55:23:FINISHED TEST : setStatusTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLinkBuilderTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlinkbuilder' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-31-2024 17:55:23:FINISHED TEST : getLinkBuilderTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentityannotationsonentity' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: getEntityAnnotationsWhenAnnotationsOnEntityTest 05-31-2024 17:55:23:FINISHED TEST : getEntityAnnotationsWhenAnnotationsOnEntityTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLengthTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlength' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: ResponseFilterEntity 05-31-2024 17:55:23:FINISHED TEST : getLengthTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLinkWhenNoLinkTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlink' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:FINISHED TEST : getLinkWhenNoLinkTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getStringHeadersHeaderIsNullTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getstringheaders' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: null 05-31-2024 17:55:23:FINISHED TEST : getStringHeadersHeaderIsNullTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLastModifiedTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlastmodified' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: 1717178123000 05-31-2024 17:55:23:FINISHED TEST : getLastModifiedTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getEntityTypeByteArrayTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: bytearray 05-31-2024 17:55:23:FINISHED TEST : getEntityTypeByteArrayTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getEntityTypeStringTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytype' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: string 05-31-2024 17:55:23:FINISHED TEST : getEntityTypeStringTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getheaderstringheader' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: toString 05-31-2024 17:55:23:FINISHED TEST : getHeaderStringHeaderUsesToStringMethodTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLocationTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:[Request] Adding entity: http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource 05-31-2024 17:55:23:FINISHED TEST : getLocationTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getLocationWhenNoLocationTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getlocation' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:23:FINISHED TEST : getLocationWhenNoLocationTest() 05-31-2024 17:55:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:23:STARTING TEST : getEntityTagIsNullTest() 05-31-2024 17:55:23:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitytag' to target server at 'localhost:8080' 05-31-2024 17:55:23:############################### 05-31-2024 17:55:24:FINISHED TEST : getEntityTagIsNullTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : getCookiesTest() 05-31-2024 17:55:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getcookies' to target server at 'localhost:8080' 05-31-2024 17:55:24:############################### 05-31-2024 17:55:24:FINISHED TEST : getCookiesTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:55:24:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/hasentity' to target server at 'localhost:8080' 05-31-2024 17:55:24:############################### 05-31-2024 17:55:24:FINISHED TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : getEntityStreamTest() 05-31-2024 17:55:24:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_container_responsecontext_web/resource/getentitystream' to target server at 'localhost:8080' 05-31-2024 17:55:24:############################### 05-31-2024 17:55:24:FINISHED TEST : getEntityStreamTest() [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 64.161 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-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamSubTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:FINISHED TEST : cookieParamSubTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:24:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_cookieparam_locator_web/resource/locator?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:24:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-31-2024 17:55:24:[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-31-2024 17:55:24:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:55:24:[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-31-2024 17:55:24:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.825 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-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamSubTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:FINISHED TEST : cookieParamSubTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:55:25:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_sub_web/Resource/subresource?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:25:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-31-2024 17:55:25:[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-31-2024 17:55:25:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:55:25:[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-31-2024 17:55:25:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.804 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie ListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamListEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=setcookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=verifycookie HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : cookieParamTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie ParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldParamEntityWithFromString=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamEntityWithConstructorTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldListParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamListEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie SetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamSetEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie SortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamSortedSetEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:Found cookie FieldParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=FieldParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : cookieFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldSortedSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldSortedSetEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie ParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamEntityWithValueOfTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie ParamEntityWithConstructor=JAXRS_SPEC_5.2 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieParamEntityWithConstructorTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldSetParamEntityWithFromString=JAXRS_SPEC_5.4 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamSetEntityWithFromStringTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo= HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:[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-31-2024 17:55:26:Found cookie FieldParamEntityWithValueOf=JAXRS_SPEC_5.3 as expected 05-31-2024 17:55:26:[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-31-2024 17:55:26:FINISHED TEST : cookieFieldParamEntityWithValueOfTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : cookieParamThrowingWebApplicationExceptionTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:Found cookie ParamEntityThrowingWebApplicationException=CREATED as expected 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_cookieparam_web/CookieParamTest?todo=ParamEntityThrowingWebApplicationException%3dCREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : cookieParamThrowingWebApplicationExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 s - in ee.jakarta.tck.ws.rs.ee.rs.cookieparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.core.application.JAXRSClientIT 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : getSingletonsTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : getSingletonsTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : getClassesTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : getClassesTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : defaultGetPropertiesIsEmptyTest() 05-31-2024 17:55:26:Default implementation gets empty map as expected 05-31-2024 17:55:26:FINISHED TEST : defaultGetPropertiesIsEmptyTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : getPropertiesTest() 05-31-2024 17:55:26:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_application_web/ApplicationTest/properties HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:26:FINISHED TEST : getPropertiesTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.313 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-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassBindingPriorityFirstIsSecondTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:26:FINISHED TEST : registerClassBindingPriorityFirstIsSecondTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassWriterContractsTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully wrote Callable by provider registered on Configurable Client 05-31-2024 17:55:26: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-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:26: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-31-2024 17:55:26:FINISHED TEST : registerClassWriterContractsTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerObjectReaderContractsTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully read Callable by provider registered on Configurable Client 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully read Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:26:FINISHED TEST : registerObjectReaderContractsTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerObjectBindingPriorityTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 2 provider(s) as expected 05-31-2024 17:55:26:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:26:FINISHED TEST : registerObjectBindingPriorityTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassReaderContractsInMapTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully read Callable by provider registered on Configurable Client 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully read Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:26:FINISHED TEST : registerClassReaderContractsInMapTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerObjectWriterContractsInMapTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully wrote Callable by provider registered on Configurable Client 05-31-2024 17:55:26: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-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:26: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-31-2024 17:55:26:FINISHED TEST : registerObjectWriterContractsInMapTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassEmptyContractsTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider of with contracts has ben ignored as expected 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider of with contracts has ben ignored as expected 05-31-2024 17:55:26:FINISHED TEST : registerClassEmptyContractsTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassNotAssignableContractsInMapTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:26:FINISHED TEST : registerClassNotAssignableContractsInMapTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerObjectNotAssignableContractsInMapTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:26:FINISHED TEST : registerObjectNotAssignableContractsInMapTest() 05-31-2024 17:55:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:26:STARTING TEST : registerClassReaderContractsTest() 05-31-2024 17:55:26:Check on Configurable Client 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:26:sucessufully read Callable by provider registered on Configurable Client 05-31-2024 17:55:26:Check on Configurable WebTarget 05-31-2024 17:55:26:Already registered 0 classes 05-31-2024 17:55:26:Already registered 0 instances 05-31-2024 17:55:26:Found 0 provider(s) as expected 05-31-2024 17:55:26:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully read Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:27:FINISHED TEST : registerClassReaderContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectEmptyContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with empty contracts has ben ignored as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with empty contracts has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : registerObjectEmptyContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerClassBindingPriorityInMapTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:27:FINISHED TEST : registerClassBindingPriorityInMapTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectReaderContractsInMapTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully read Callable by provider registered on Configurable Client 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully read Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:27:FINISHED TEST : registerObjectReaderContractsInMapTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerClassNullContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with null contract has ben ignored as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with null contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : registerClassNullContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectNotAssignableContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider withO unassignable contract has ben ignored as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider withO unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : registerObjectNotAssignableContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerClassNotAssignableContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : registerClassNotAssignableContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectWriterContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully wrote Callable by provider registered on Configurable Client 05-31-2024 17:55:27: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-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:27: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-31-2024 17:55:27:FINISHED TEST : registerObjectWriterContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectBindingPriorityInMapTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.FirstFilter has been executed as second, as expected 05-31-2024 17:55:27:FINISHED TEST : registerObjectBindingPriorityInMapTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerClassWriterContractsInMapTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully wrote Callable by provider registered on Configurable Client 05-31-2024 17:55:27: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-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 1 provider(s) as expected 05-31-2024 17:55:27:sucessufully wrote Callable by provider registered on Configurable WebTarget 05-31-2024 17:55:27: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-31-2024 17:55:27:FINISHED TEST : registerClassWriterContractsInMapTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerObjectNullContractsTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with null contract has ben ignored as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:The provider with null contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : registerObjectNullContractsTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : registerClassBindingPriorityFirstIsFirstTest() 05-31-2024 17:55:27:Check on Configurable Client 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-31-2024 17:55:27:Check on Configurable WebTarget 05-31-2024 17:55:27:Already registered 0 classes 05-31-2024 17:55:27:Already registered 0 instances 05-31-2024 17:55:27:Found 0 provider(s) as expected 05-31-2024 17:55:27:Found 2 provider(s) as expected 05-31-2024 17:55:27:ee.jakarta.tck.ws.rs.ee.rs.core.configurable.SecondFilter has been executed as second, as expected 05-31-2024 17:55:27:FINISHED TEST : registerClassBindingPriorityFirstIsFirstTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.693 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-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : isEnabledFeatureReturningFalseTest() 05-31-2024 17:55:27:Registering on Client 05-31-2024 17:55:27:Registering on WebTarget 05-31-2024 17:55:27:Feature feature2 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature1 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature4 has NOT been enabled as expected 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : isEnabledFeatureReturningFalseTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : isEnabledClassReturningFalseTest() 05-31-2024 17:55:27:Registering on Client 05-31-2024 17:55:27:Registering on WebTarget 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse2 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse1 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningFalse4 has NOT been enabled as expected 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on Client configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:No feature enabled as expected on WebTarget configuration 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : isEnabledClassReturningFalseTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : isEnabledFeatureClassReturningTrueTest() 05-31-2024 17:55:27:Registering on Client 05-31-2024 17:55:27:Registering on WebTarget 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue2 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue1 has been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature ee.jakarta.tck.ws.rs.ee.rs.core.configuration.JAXRSClientIT$FeatureReturningTrue4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature1 registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature2 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature3 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature4 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature1 registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature2 registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature3 NOT registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature4 NOT registered as expected on WebTarget configuration 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : isEnabledFeatureClassReturningTrueTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : isEnabledFeatureReturningTrueTest() 05-31-2024 17:55:27:Registering on Client 05-31-2024 17:55:27:Registering on WebTarget 05-31-2024 17:55:27:Feature feature2 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature1 has been enabled as expected 05-31-2024 17:55:27:Feature feature3 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature4 has NOT been enabled as expected 05-31-2024 17:55:27:Feature feature1 registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature2 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature3 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature4 NOT registered as expected on Client configuration 05-31-2024 17:55:27:Feature feature1 registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature2 registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature3 NOT registered as expected on WebTarget configuration 05-31-2024 17:55:27:Feature feature4 NOT registered as expected on WebTarget configuration 05-31-2024 17:55:27:The provider with unassignable contract has ben ignored as expected 05-31-2024 17:55:27:FINISHED TEST : isEnabledFeatureReturningTrueTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.393 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-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : cookieTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/cookie' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:FINISHED TEST : cookieTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : contentLanguageTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: Entity{entity=anything, variant=Variant[mediaType=*/*, language=en-us, encoding=null], annotations=[]} 05-31-2024 17:55:27:FINISHED TEST : contentLanguageTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : acceptLanguageTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/acl' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:FINISHED TEST : acceptLanguageTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : getDateTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/date' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: getDate 05-31-2024 17:55:27:#getDate() returned expected Date instance 05-31-2024 17:55:27:FINISHED TEST : getDateTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : getHeaderStringTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: askdjb 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: ksadbva 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: klwiaslkfn 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: klwvasbk 05-31-2024 17:55:27:#getHeaderString() returned expected header values 05-31-2024 17:55:27:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : mediaTypeTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/mt' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:FINISHED TEST : mediaTypeTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : getHeaderStringUsesToStringTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:[Request] Adding entity: bean 05-31-2024 17:55:27:#getHeaderString() returned expected header converted by toString() method 05-31-2024 17:55:27:FINISHED TEST : getHeaderStringUsesToStringTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : mediaTypeAcceptableTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/amt' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:FINISHED TEST : mediaTypeAcceptableTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : getLengthTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/length' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:27:#getLength() returned expected length -1 05-31-2024 17:55:27:FINISHED TEST : getLengthTest() 05-31-2024 17:55:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:27:STARTING TEST : requestHeadersTest() 05-31-2024 17:55:27:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_headers_web/HeadersTest/headers' to target server at 'localhost:8080' 05-31-2024 17:55:27:############################### 05-31-2024 17:55:28:FINISHED TEST : requestHeadersTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 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-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfNonMatchGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsIfModSinceAgesAgoGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfModSinceNowAAAGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : selectVariantGetRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : selectVariantGetRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfModAAASinceGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : selectVariantDeleteRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestDelete HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : selectVariantDeleteRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsIfUnmodSinceNowGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsSimpleGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagNullAndSimpleGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAPutTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsIfUnmodSinceAgesAgoGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : selectVariantPostRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPost HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : selectVariantPostRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMethodPutRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/GetMethodPutTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : getMethodPutRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAHead HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfNonMatchAAAHeadTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : selectVariantResponseVaryTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestResponse HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : selectVariantResponseVaryTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMethodGetRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/GetMethodGetTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : getMethodGetRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsIfModSinceNowGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsNowAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceNowAAAGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBPutTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/preconditionsHead HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsIfNonMatchHeadTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchBBBGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAPut HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAPutTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMethodPostRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_core_request_web/RequestTest/GetMethodPostTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : getMethodPostRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsEntityTagIfMatchAAAGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_request_web/RequestTest/preconditionsAAAAgesAgoGet HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : evaluatePreconditionsTagIfUnmodSinceAAAGetTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMethodHeadRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_core_request_web/RequestTest/GetMethodHeadTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : getMethodHeadRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMethodDeleteRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_core_request_web/RequestTest/GetMethodDeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : getMethodDeleteRequestTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : selectVariantPutRequestTest() 05-31-2024 17:55:28:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_core_request_web/RequestTest/SelectVariantTestPut HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:55:28:FINISHED TEST : selectVariantPutRequestTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 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-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:ProcessingException has been thrown as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityClassAnnotationThrowsProcessingExceptionTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-31-2024 17:55:28:FINISHED TEST : getEntityThrowsIllegalStateExceptionWhenConsumedTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLocationNotPresentTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:response#getLocation() was null as expected 05-31-2024 17:55:28:FINISHED TEST : getLocationNotPresentTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: delegate 05-31-2024 17:55:28:HeaderDelegate is used for header as expected 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Close() has been called on an entity stream as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsCalledTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLinksIsNotNullTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:#getLinks contains no links as expected 05-31-2024 17:55:28:FINISHED TEST : getLinksIsNotNullTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Close() has not been called on entity stream as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityClassAnnotationCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : bufferEntityThrowsExceptionTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:ProcessingException has been thrown as expected 05-31-2024 17:55:28:FINISHED TEST : bufferEntityThrowsExceptionTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/linkbuilder' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: anyrelation 05-31-2024 17:55:28:#getLinkBuilder creates correct Link for given relation 05-31-2024 17:55:28:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getEntityTagNotPresentTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:response#getEntityTag() was null as expected 05-31-2024 17:55:28:FINISHED TEST : getEntityTagNotPresentTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : responseCreatedRelativeURITest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/created' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:FINISHED TEST : responseCreatedRelativeURITest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLinksTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/links' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:#getLinks contains expected links 05-31-2024 17:55:28:FINISHED TEST : getLinksTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: stringheaders 05-31-2024 17:55:28:#getStringHeaders contains expected values s3=[s3],Server=[Eclipse GlassFish 7.0.15],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17)] 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-31-2024 17:55:28:IllegalStateException has been thrown as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityClassThrowsIllegalStateExceptionTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLanguageNotPresentTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:response#getLanguage() was null as expected 05-31-2024 17:55:28:FINISHED TEST : getLanguageNotPresentTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassAnnotationCloseIsCalledTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Close() has been called on an entity stream as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityClassAnnotationCloseIsCalledTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Close() has not been called on entity stream as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityClassCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Got expected ENtiTy 05-31-2024 17:55:28:FINISHED TEST : readEntityClassTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getMediaTypeTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/mediatype' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: application/atom+xml 05-31-2024 17:55:28:#getMediaType returned expected MediaType 05-31-2024 17:55:28:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLinkTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: getLinkTest 05-31-2024 17:55:28:#getLink matches expected Link 05-31-2024 17:55:28:FINISHED TEST : getLinkTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Null or zero length entity returned when no entity as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityGenericTypeAnnotationIsNullWhenNoEntityTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityGenericCloseIsCalledTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Close() has been called on an entity stream as expected 05-31-2024 17:55:28:FINISHED TEST : readEntityGenericCloseIsCalledTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:IllegalStateException has been thrown as expected 05-31-2024 17:55:28:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:getHeaders is mutable 05-31-2024 17:55:28:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : readEntityClassAnnotationTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1717178128931' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:Got expected date Fri May 31 17:55:28 UTC 2024 05-31-2024 17:55:28:FINISHED TEST : readEntityClassAnnotationTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:#hasLink has not found any Link as expected 05-31-2024 17:55:28:FINISHED TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : closeTest() 05-31-2024 17:55:28:#close() closed the stream, and consecutive reading threw IllegalStateException as expected 05-31-2024 17:55:28:FINISHED TEST : closeTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getLanguageTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/language' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: CA 05-31-2024 17:55:28:#getLocale matches the Content-Language HTTP header 05-31-2024 17:55:28:FINISHED TEST : getLanguageTest() 05-31-2024 17:55:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:28:STARTING TEST : getDateTest() 05-31-2024 17:55:28:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/date' to target server at 'localhost:8080' 05-31-2024 17:55:28:############################### 05-31-2024 17:55:28:[Request] Adding entity: 1717178128000 05-31-2024 17:55:30:#getDate matches the Date HTTP header 05-31-2024 17:55:30:FINISHED TEST : getDateTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:IllegalStateException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityClassAnnotationThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityClassIsNullWhenNoEntityTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Null or zero length entity returned when no entity as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityClassIsNullWhenNoEntityTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getHeaderStringTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Adding entity: headerstring 05-31-2024 17:55:30:Found following objects: 05-31-2024 17:55:30:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.15 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 31 May 2024 17:55:30 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17) 05-31-2024 17:55:30:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:IllegalStateException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityClassCloseIsCalledTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Close() has been called on an entity stream as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityClassCloseIsCalledTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:ProcessingException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Adding entity: stringheaders 05-31-2024 17:55:30:#getStringHeaders contains expected values s3=[StringBean. To get a value, use rather #get() method.],Server=[Eclipse GlassFish 7.0.15],Content-Length=[0],s1=[s1],s2=[s2],X-Powered-By=[Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17)] 05-31-2024 17:55:30:FINISHED TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getAllowedMethodsTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/allowedmethods' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Adding entity: POST TRACE 05-31-2024 17:55:30:#getAllowedMethods returned expected methods TRACE;POST 05-31-2024 17:55:30:FINISHED TEST : getAllowedMethodsTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Close() has not been called on entity stream as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getLengthNotPresentTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:#getLength matches expected Content-Length 0 05-31-2024 17:55:30:FINISHED TEST : getLengthNotPresentTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:IllegalStateException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeAnnotationThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Null or zero length entity returned when no entity as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityClassAnnotationIsNullWhenNoEntityTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : bufferEntityBuffersDataTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:#bufferEntity did buffer opened stream as expected 05-31-2024 17:55:30:FINISHED TEST : bufferEntityBuffersDataTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getCookiesIsImmutableTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:#getCookies is read-only as expected 05-31-2024 17:55:30:FINISHED TEST : getCookiesIsImmutableTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Adding entity: toString 05-31-2024 17:55:30:toString method is used as expected 05-31-2024 17:55:30:FINISHED TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:ProcessingException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeAnnotationThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : statusTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=201' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=202' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=204' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=206' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=300' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=301' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=302' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=303' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=304' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=305' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=307' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=308' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=400' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=401' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=402' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=403' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=404' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=405' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=406' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=407' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=408' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=409' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=410' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=411' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=412' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=413' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=414' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=415' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=416' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=417' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=428' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=429' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=431' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=451' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=500' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=501' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=502' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=503' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=504' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=505' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=511' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:FINISHED TEST : statusTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:#bufferEntity throws IllegalStateException as expected 05-31-2024 17:55:30:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityClassThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:ProcessingException has been thrown as expected 05-31-2024 17:55:30:FINISHED TEST : readEntityClassThrowsProcessingExceptionTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : closeThrowsExceptionWhenErrorTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:#close() threw ProcessingException as expected 05-31-2024 17:55:30:FINISHED TEST : closeThrowsExceptionWhenErrorTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Got expected ENtiTy 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : readEntityGenericTypeAnnotationTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/date?date=1717178130983' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:Got expected date Fri May 31 17:55:30 UTC 2024 05-31-2024 17:55:30:FINISHED TEST : readEntityGenericTypeAnnotationTest() 05-31-2024 17:55:30:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:30:STARTING TEST : getEntityTagTest() 05-31-2024 17:55:30:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/entitytag' to target server at 'localhost:8080' 05-31-2024 17:55:30:############################### 05-31-2024 17:55:30:[Request] Adding entity: ABCDEF0123456789 05-31-2024 17:55:31:#getEntityTag is "ABCDEF0123456789" as expected 05-31-2024 17:55:31:FINISHED TEST : getEntityTagTest() 05-31-2024 17:55:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:31:STARTING TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 05-31-2024 17:55:31:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Entity input stream has already been closed. 05-31-2024 17:55:31:FINISHED TEST : getEntityThrowsIllegalStateExceptionTestWhenClosed() 05-31-2024 17:55:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:31:STARTING TEST : getHeadersTest() 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headers' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: notnull 05-31-2024 17:55:31:Found following objects: 05-31-2024 17:55:31:Cache-Control:no-transform Server:Eclipse GlassFish 7.0.15 Content-Encoding:gzip Set-Cookie:cookie=eikooc;Version=1 Expires:Fri, 31 May 2024 17:55:31 GMT Content-Length:0 Content-Language:fr-CA X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17) 05-31-2024 17:55:31:FINISHED TEST : getHeadersTest() 05-31-2024 17:55:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:31:STARTING TEST : getLastModifiedNotPresentTest() 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:response#getLastModified() was null as expected 05-31-2024 17:55:31:FINISHED TEST : getLastModifiedNotPresentTest() 05-31-2024 17:55:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:55:31:STARTING TEST : getStatusInfoTest() 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: OK 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: CREATED 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: ACCEPTED 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: NO_CONTENT 05-31-2024 17:55:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:55:31:############################### 05-31-2024 17:55:31:[Request] Adding entity: RESET_CONTENT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PARTIAL_CONTENT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: MULTIPLE_CHOICES 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: MOVED_PERMANENTLY 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: FOUND 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: SEE_OTHER 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: NOT_MODIFIED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: USE_PROXY 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: TEMPORARY_REDIRECT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PERMANENT_REDIRECT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: BAD_REQUEST 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: UNAUTHORIZED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PAYMENT_REQUIRED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: FORBIDDEN 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: NOT_FOUND 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: METHOD_NOT_ALLOWED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: NOT_ACCEPTABLE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PROXY_AUTHENTICATION_REQUIRED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: REQUEST_TIMEOUT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: CONFLICT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: GONE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: LENGTH_REQUIRED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PRECONDITION_FAILED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: REQUEST_ENTITY_TOO_LARGE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: REQUEST_URI_TOO_LONG 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: UNSUPPORTED_MEDIA_TYPE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: REQUESTED_RANGE_NOT_SATISFIABLE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: EXPECTATION_FAILED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: PRECONDITION_REQUIRED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: TOO_MANY_REQUESTS 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: REQUEST_HEADER_FIELDS_TOO_LARGE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: UNAVAILABLE_FOR_LEGAL_REASONS 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: INTERNAL_SERVER_ERROR 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: NOT_IMPLEMENTED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: BAD_GATEWAY 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: SERVICE_UNAVAILABLE 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: GATEWAY_TIMEOUT 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: HTTP_VERSION_NOT_SUPPORTED 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/statusinfo' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: NETWORK_AUTHENTICATION_REQUIRED 05-31-2024 17:56:01:#getStatusInfo returned expected StatusTypes 05-31-2024 17:56:01:FINISHED TEST : getStatusInfoTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : hasEntityWhenEntityTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:#hasEntity found the entity as expected 05-31-2024 17:56:01:FINISHED TEST : hasEntityWhenEntityTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getLengthTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/length' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: 1234567890 05-31-2024 17:56:01:#getLength matches expected Content-Length 10 05-31-2024 17:56:01:FINISHED TEST : getLengthTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getHeadersUsingHeaderDelegateTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setstringbeanruntime' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: notnull 05-31-2024 17:56:01:Received: 05-31-2024 17:56:01:s3:s3 Server:Eclipse GlassFish 7.0.15 Content-Length:0 s1:s1 s2:s2 X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17) 05-31-2024 17:56:01:Received expected headers s3:s3;Server:Eclipse GlassFish 7.0.15;Content-Length:0;s1:s1;s2:s2;X-Powered-By:Servlet/6.0 JSP/3.1(Eclipse GlassFish 7.0.15 Java/Oracle Corporation/17) 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/setoriginalruntime' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:FINISHED TEST : getHeadersUsingHeaderDelegateTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/corrupted' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:Close() has not been called on entity stream as expected 05-31-2024 17:56:01:FINISHED TEST : readEntityGenericTypeAnnotationCloseIsNotCalledOnInputStreamTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getLastModifiedTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/lastmodified' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: 1717178161000 05-31-2024 17:56:01:#getLastModified matches the Last-Modified HTTP header 05-31-2024 17:56:01:FINISHED TEST : getLastModifiedTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : hasLinkWhenLinkTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: path 05-31-2024 17:56:01:#hasEntity found the Link as expected 05-31-2024 17:56:01:FINISHED TEST : hasLinkWhenLinkTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getLocationTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/location' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:[Request] Adding entity: path 05-31-2024 17:56:01:#getLocation contains expected location 05-31-2024 17:56:01:FINISHED TEST : getLocationTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:#getLinkBuilder returned null as expected 05-31-2024 17:56:01:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getLinkNotPresentTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/link' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:response#getLink() was null as expected 05-31-2024 17:56:01:FINISHED TEST : getLinkNotPresentTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : getCookiesTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/cookies' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:#getCookies returned expected cookies 05-31-2024 17:56:01:FINISHED TEST : getCookiesTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_response_web/resource/headerstring' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:#hasEntity has not found any entity as expected 05-31-2024 17:56:01:FINISHED TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:56:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:01:STARTING TEST : readEntityGenericIsNullWhenNoEntityTest() 05-31-2024 17:56:01:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_core_response_web/resource/status?status=200' to target server at 'localhost:8080' 05-31-2024 17:56:01:############################### 05-31-2024 17:56:01:Null or zero length entity returned when no entity as expected 05-31-2024 17:56:01:FINISHED TEST : readEntityGenericIsNullWhenNoEntityTest() [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.578 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-31-2024 17:56:02:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:02:STARTING TEST : entityObjectTest() 05-31-2024 17:56:02:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_core_responsebuilder_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:56:02:############################### 05-31-2024 17:56:02:[Request] Adding entity: 1717178162378 05-31-2024 17:56:02:FINISHED TEST : entityObjectTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 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-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : noAuthorizationTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : noAuthorizationTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : basicAuthorizationIncorrectUserTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : basicAuthorizationIncorrectUserTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : basicAuthorizationAdminTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : basicAuthorizationAdminTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : basicAuthorizationIncorrectPasswordTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : basicAuthorizationIncorrectPasswordTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : basicAuthorizationStandardUserTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_securitycontext_basic_web/Servlet/Context HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : basicAuthorizationStandardUserTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 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-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : getMatchedURIsTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : getMatchedURIsTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : queryTest() 05-31-2024 17:56:03:[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-31-2024 17:56:03:FINISHED TEST : queryTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathParamTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam1/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathParamTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathParamTest2() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam2/%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathParamTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathParamTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathparam/a/b HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathParamTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathTest2() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathSegTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathSegTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : queryTest1() 05-31-2024 17:56:03:[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-31-2024 17:56:03:FINISHED TEST : queryTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : queryTest2() 05-31-2024 17:56:03:[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-31-2024 17:56:03:FINISHED TEST : queryTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathSegTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg1%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathSegTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathSegTest2() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/pathseg2%20/%2010 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathSegTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : getMatchedURIsTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri1 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : getMatchedURIsTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : getMatchedURIsTest2() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/uri2 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : getMatchedURIsTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : getMatchedResourcesTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/resource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : getMatchedResourcesTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : pathTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/path HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : pathTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : requestURITest() 05-31-2024 17:56:03:[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-31-2024 17:56:03:FINISHED TEST : requestURITest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : aPathTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/apath HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : aPathTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : baseUriTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_uriinfo_web/resource/baseuri HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : baseUriTest() [WARNING] Tests run: 20, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.335 s - in ee.jakarta.tck.ws.rs.ee.rs.core.uriinfo.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.delete.JAXRSClientIT 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : deleteSubTest() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : deleteSubTest() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : deleteTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : deleteTest1() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : deleteTest2() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : deleteTest2() 05-31-2024 17:56:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:03:STARTING TEST : deleteSubTest1() 05-31-2024 17:56:03:[HttpRequest] Dispatching request: 'DELETE /jaxrs_ee_rs_delete_web/DeleteTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:03:FINISHED TEST : deleteSubTest1() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 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-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setAnnotationsTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setAnnotationsTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setGenericTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setGenericTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getMediaTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-31-2024 17:56:04:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setPropertyNullTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setPropertyNullTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setMediaTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setMediaTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: java.io.InputStreamReader@246289bb 05-31-2024 17:56:04:#setType set correct type java.io.InputStreamReader 05-31-2024 17:56:04:FINISHED TEST : setTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getAnnotationsTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[@jakarta.ws.rs.ext.Provider(), @jakarta.annotation.Priority(100)]} 05-31-2024 17:56:04:FINISHED TEST : getAnnotationsTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getGenericTypeTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getGenericTypeTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setPropertyTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setPropertyTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : removePropertyTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_interceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 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-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getEntityTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getEntityTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setEntityTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setEntityTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : setOutputStreamTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : setOutputStreamTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-31-2024 17:56:04:Root cause of Failure: WebApplicationException has been thrown as expected 05-31-2024 17:56:04:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-31-2024 17:56:04:WebApplicationException has been thrown as expected 05-31-2024 17:56:04:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getHeadersTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getHeadersTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : getOutputStreamTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : getOutputStreamTest() 05-31-2024 17:56:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:04:STARTING TEST : proceedThrowsIOExceptionTest() 05-31-2024 17:56:04:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_clientwriter_writerinterceptorcontext_web/resource/' to target server at 'localhost:8080' 05-31-2024 17:56:04:############################### 05-31-2024 17:56:04:[Request] Adding entity: Entity 05-31-2024 17:56:04:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 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-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setAnnotationsTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setAnnotationsTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setGenericTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setGenericTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getMediaTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=application/json, language=null, encoding=null], annotations=[]} 05-31-2024 17:56:05:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setPropertyNullTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setPropertyNullTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setMediaTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setMediaTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/inputstreamreader' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: java.io.InputStreamReader@726535d5 05-31-2024 17:56:05:#setType set correct type java.io.InputStreamReader 05-31-2024 17:56:05:FINISHED TEST : setTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getAnnotationsTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity{entity=Entity, variant=Variant[mediaType=*/*, language=null, encoding=null], annotations=[]} 05-31-2024 17:56:05:FINISHED TEST : getAnnotationsTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getGenericTypeTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getGenericTypeTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setPropertyTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setPropertyTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : removePropertyTest() 05-31-2024 17:56:05:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerreader_interceptorcontext_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.524 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-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getHeadersHeadersSetTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getHeadersHeadersSetTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setInputStreamTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : setInputStreamTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : getInputStreamTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: getInputStreamEntity 05-31-2024 17:56:05:FINISHED TEST : getInputStreamTest() 05-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : proceedThrowsIOExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:05:[Request] Adding entity: Entity 05-31-2024 17:56:05:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 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-31-2024 17:56:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:05:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56: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-31-2024 17:56:05:############################### 05-31-2024 17:56:06:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setAnnotationsTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setannotations' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setAnnotationsTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setGenericTypeTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setgenerictype' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setGenericTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getMediaTypeTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getmediatype' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setPropertyNullTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setpropertynull' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setPropertyNullTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynamesisreadonly' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getpropertynames' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/getproperty' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setMediaTypeTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/setmediatype' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setMediaTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setTypeTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_rs_ext_interceptor_containerwriter_interceptorcontext_web/resource/settype' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:#setType set correct type java.io.InputStreamReader 05-31-2024 17:56:06:FINISHED TEST : setTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getTypeTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getAnnotationsTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getAnnotationsTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getGenericTypeTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getGenericTypeTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setPropertyTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setPropertyTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : removePropertyTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : removePropertyTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.422 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-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getEntityTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getEntityTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getHeadersOperationOnlyTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setEntityTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setEntityTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : setOutputStreamTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : setOutputStreamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getHeadersTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getHeadersTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : getOutputStreamTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : getOutputStreamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : proceedThrowsIOExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 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-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValuePathParamInLocatorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/default' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValuePathParamInLocatorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValueInFormParamTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValueInFormParamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValueInCookieParamTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValueInCookieParamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValueQueryParamInLocatorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbquery/sbquery?ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValueQueryParamInLocatorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : pathParamInLocatorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbpath/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : pathParamInLocatorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : formParamUsesParamConvertorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbform/' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:[Request] Adding entity: param=ABCDEFGH 05-31-2024 17:56:06:FINISHED TEST : formParamUsesParamConvertorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : headerParamUsesParamConvertorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : headerParamUsesParamConvertorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValueInMatrixParamTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValueInMatrixParamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : isParamCoverterInApplicationClassesUsedTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : isParamCoverterInApplicationClassesUsedTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : cookieParamInLocatorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : cookieParamInLocatorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : matrixParamInLocatorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : matrixParamInLocatorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : matrixParamUsesParamConvertorTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbmatrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : matrixParamUsesParamConvertorTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : defaultValueInPathParamTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/default' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:06:FINISHED TEST : defaultValueInPathParamTest() 05-31-2024 17:56:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:06:STARTING TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-31-2024 17:56:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/dsquery?param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:06:############################### 05-31-2024 17:56:07:FINISHED TEST : isParamCoverterInApplicationSingletonsUsedTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : headerParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : headerParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : queryParamInLocatorTest() 05-31-2024 17:56: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-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : queryParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueCookieParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbcookie/sbcookie' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueCookieParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : pathParamUsesParamConvertorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbpath/ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : pathParamUsesParamConvertorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueMatrixParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbmatrix/sbmatrix' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueMatrixParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : cookieParamUsesParamConvertorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbcookie' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : cookieParamUsesParamConvertorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : atomicIntegerPassesTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery?param=10' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : atomicIntegerPassesTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueFormParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueFormParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueHeaderParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbheader/sbheader' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueHeaderParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : formParamInLocatorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_ee_ext_paramconverter_web/locator/sbform/sbform' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:[Request] Adding entity: param=ABCDEFGH 05-31-2024 17:56:07:FINISHED TEST : formParamInLocatorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/aiquery' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : atomicIntegerIsLazyDeployableAndThrowsErrorTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueInHeaderParamTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbheader' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueInHeaderParamTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : defaultValueInQueryParamTest() 05-31-2024 17:56:07:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_ee_ext_paramconverter_web/resource/sbquery' to target server at 'localhost:8080' 05-31-2024 17:56:07:############################### 05-31-2024 17:56:07:FINISHED TEST : defaultValueInQueryParamTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 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-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredExceptionMapperNullExceptionTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperNullEx HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredExceptionMapperNullExceptionTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredIOExceptionExceptionMapperTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredIOExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredIOExceptionExceptionMapperTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : readEntityFromBodyTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromBody HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : readEntityFromBodyTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : readEntityFromHeaderTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityFromHeader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : readEntityFromHeaderTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : writeBodyEntityUsingWriterTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeBodyEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : writeBodyEntityUsingWriterTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredRuntimeExceptionMapper HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredRuntimeExceptionExceptionMapperTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : writeHeaderEntityUsingWriterTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeHeaderEntityUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : writeHeaderEntityUsingWriterTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : getSingletonsTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetSingletons HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : getSingletonsTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : getClassesTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/GetClasses HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : getClassesTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredMessageBodyReaderWildcardTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderWildCard HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredMessageBodyReaderWildcardTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredMessageBodyWriterXmlTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageWriterXml HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredMessageBodyWriterXmlTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : writeIOExceptionWithoutWriterTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionWithoutWriter HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : writeIOExceptionWithoutWriterTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredExceptionMapperRuntimeEx HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredExceptionMapperRuntimeExceptionTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredMessageBodReaderXmlTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredMessageReaderXml HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredMessageBodReaderXmlTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredAppJsonContextResolverTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredAppJsonContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredAppJsonContextResolverTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredTextPlainContextResolverTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredTextPlainContextResolver HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredTextPlainContextResolverTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : writeIOExceptionUsingWriterTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/writeIOExceptionUsingWriter HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : writeIOExceptionUsingWriterTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : isRegisteredMessageBodyWriterWildcardTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_ext_providers_web/ProvidersServlet/isRegisteredWriterWildcard HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : isRegisteredMessageBodyWriterWildcardTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : readEntityIOExceptionTest() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityIOException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : readEntityIOExceptionTest() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : readEntityWebException400Test() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : readEntityWebException400Test() 05-31-2024 17:56:07:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:07:STARTING TEST : readEntityWebException410Test() 05-31-2024 17:56:07:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_ext_providers_web/ProvidersServlet/readEntityWebException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:07:FINISHED TEST : readEntityWebException410Test() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 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-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locator/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_locator_web/resource/locatorencoded/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 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-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamPutNoArgSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamValueOfTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamValueOfTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamPutArgSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_sub_web/resource/sub/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamPutArgSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromListFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamNoArgSentTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamNoArgSentTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:08:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-31-2024 17:56:08:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_sub_web/resource/sub/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:08:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.638 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamSentTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamSentTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromConstructorTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromConstructorTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromListConstructorTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromListConstructorTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamPutNoArgSentTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamPutNoArgSentTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamValueOfTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamValueOfTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamPutArgSentTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'PUT /jaxrs_ee_formparam_web/FormParamTest/DefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamPutArgSentTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromListFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromListFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingWebApplicationException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : formParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostNonDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamNothingSentTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityThrowingExceptionGivenByName HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : formParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/Constructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromConstructorTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SortedSetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromSortedSetFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListConstructor HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromListConstructorTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamNoArgSentTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/PostDefParam HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamNoArgSentTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromSetFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : formParamEntityWithEncodedTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : formParamEntityWithEncodedTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : defaultFormParamFromSetFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/SetFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : defaultFormParamFromSetFromStringTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ParamEntityWithValueOf HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamValueOfTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : nonDefaultFormParamFromListFromStringTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_formparam_web/FormParamTest/ListFromString HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : nonDefaultFormParamFromListFromStringTest() [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.341 s - in ee.jakarta.tck.ws.rs.ee.rs.formparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headSubTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headSubTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : getSubTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : getSubTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : recursiveResourceLocatorTest() 05-31-2024 17:56: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' 05-31-2024 17:56:09:FINISHED TEST : recursiveResourceLocatorTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headTest1() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headTest1() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headTest2() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headTest2() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : dynamicGetTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : dynamicGetTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : optionSubTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_get_web/GetTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : optionSubTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : getTest1() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : getTest1() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : getTest2() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_get_web/GetTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : getTest2() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in ee.jakarta.tck.ws.rs.ee.rs.get.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headSubTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headSubTest() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headTest1() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headTest1() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headTest2() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headTest2() 05-31-2024 17:56:09:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:09:STARTING TEST : headGetTest() 05-31-2024 17:56:09:[HttpRequest] Dispatching request: 'HEAD /jaxrs_ee_rs_head_web/HeadTest/get HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:09:FINISHED TEST : headGetTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.27 s - in ee.jakarta.tck.ws.rs.ee.rs.head.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.locator.JAXRSLocatorClientIT 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamLongTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamLongTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamByteTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamByteTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamBooleanTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamBooleanTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamFloatTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamFloatTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamShortTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamShortTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamNoQueryTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamNoQueryTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamDoubleTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamDoubleTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamIntTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamIntTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_headerparam_locator_web/resource/locator/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.754 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-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamLongTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamLongTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamByteTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamByteTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamBooleanTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamBooleanTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamFloatTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamFloatTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamShortTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamShortTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:10:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:10:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamNoQueryTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamNoQueryTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamDoubleTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamDoubleTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamIntTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamIntTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_sub_web/resource/subresource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamEntityWithConstructorTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamLongTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamLongTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamByteTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamByteTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamEntityWithValueOfTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamBooleanTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamBooleanTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamFloatTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamFloatTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamShortTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamShortTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamEntityWithValueOfTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamEntityWithConstructorTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamNoQueryTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamNoQueryTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamDoubleTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamDoubleTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamIntTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamIntTest() 05-31-2024 17:56:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:11:STARTING TEST : headerParamEntityWithFromStringTest() 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_headerparam_web/HeaderParamTest/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:11:FINISHED TEST : headerParamEntityWithFromStringTest() [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in ee.jakarta.tck.ws.rs.ee.rs.headerparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.locator.JAXRSLocatorClientIT 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamDoubleTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamDoubleTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamLongTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamLongTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamBooleanTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamBooleanTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamIntTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamIntTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamByteTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamByteTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamStringTest() 05-31-2024 17:56: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-31-2024 17:56: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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamFloatTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamFloatTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamShortTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamShortTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_matrixparam_locator_web/resource/locator; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56: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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 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-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamDoubleTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamDoubleTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamLongTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamLongTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamBooleanTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamBooleanTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamIntTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamIntTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamByteTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamByteTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamFloatTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamFloatTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamShortTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamShortTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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' 05-31-2024 17:56:12:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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-31-2024 17:56:12:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:12:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_sub_web/resource/subresource; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:12:[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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:12:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:12:[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' 05-31-2024 17:56:12:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamDoubleTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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' 05-31-2024 17:56:13:FINISHED TEST : matrixParamDoubleTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamEntityWithValueOfTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixParamEntityWithEncodedTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamLongTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamLongTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamBooleanTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamBooleanTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamIntTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;inttest1=2147483647;inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixParamIntTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamByteTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamByteTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamEntityWithValueOfTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamEntityWithConstructorTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamFloatTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamFloatTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamShortTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamShortTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamSetEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamListEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixFieldParamEntityWithFromStringTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixFieldParamEntityWithEncodedTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest;FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : matrixFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_matrixparam_web/MatrixParamTest; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamEntityWithConstructorTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : matrixParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:13:FINISHED TEST : matrixParamThrowingIllegalArgumentExceptionTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in ee.jakarta.tck.ws.rs.ee.rs.matrixparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : autoResponseTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/get HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : autoResponseTest() 05-31-2024 17:56:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:13:STARTING TEST : optionsTest() 05-31-2024 17:56:13:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_ee_rs_options_web/Options/options HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:13:FINISHED TEST : optionsTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in ee.jakarta.tck.ws.rs.ee.rs.options.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.locator.JAXRSLocatorClientIT 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test1() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_pathparam_locator_web/resource/locator/a HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : test1() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test2() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : test2() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test3() 05-31-2024 17:56: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' 05-31-2024 17:56: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' 05-31-2024 17:56:14:FINISHED TEST : test3() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test4() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : test4() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test5() 05-31-2024 17:56: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-31-2024 17:56: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' 05-31-2024 17:56:14:FINISHED TEST : test5() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test6() 05-31-2024 17:56: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' 05-31-2024 17:56:14:FINISHED TEST : test6() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamListEntityWithFromStringTest() 05-31-2024 17:56: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-31-2024 17:56:14:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 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-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithFromString/ParamEntityWithFromString%3d%21/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/SortedSetParamEntityWithFromString/SortedSetParamEntityWithFromString%3dJAXRS_SPEC_5.4/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityWithValueOf/ParamEntityWithValueOf%3dJAXRS_SPEC_5.3/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test1() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : test1() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test2() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/a/b HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : test2() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test3() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/2147483647/b/12.345 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/-2147483648/b/123.0 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : test3() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test4() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/123.1/true/127/tmp HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/345/false/-128/xyz HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : test4() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test5() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/-9223372036854775808/b/32767/true/abc HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : test5() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test6() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:[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-31-2024 17:56:14:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : test6() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : test7() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:[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-31-2024 17:56:14:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : test7() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:14:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_sub_web/resource/subresource/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:14:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:14:STARTING TEST : pathParamListEntityWithFromStringTest() 05-31-2024 17:56:14:[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' 05-31-2024 17:56:14:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamEntityWithFromStringTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamEntityWithEncodedTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamEntityWithValueOfTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test1() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : test1() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test2() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/a/b HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : test2() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test3() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : test3() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test4() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : test4() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test5() 05-31-2024 17:56: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' 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : test5() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test6() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:15:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : test6() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : test7() 05-31-2024 17:56: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-31-2024 17:56: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-31-2024 17:56:15:[JAXRSCommonClient] null failed! Check output for cause of failure. 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : test7() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56: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-31-2024 17:56:15:FINISHED TEST : pathParamEntityWithConstructorTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56: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' 05-31-2024 17:56:15:FINISHED TEST : pathParamSetEntityWithFromStringTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_pathparam_web/PathParamTest/ParamEntityThrowingWebApplicationException/ParamEntityThrowingWebApplicationException%3dCREATED/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : pathParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : pathParamListEntityWithFromStringTest() 05-31-2024 17:56: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' 05-31-2024 17:56:15:FINISHED TEST : pathParamListEntityWithFromStringTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.326 s - in ee.jakarta.tck.ws.rs.ee.rs.pathparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyUnknownConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyUnknownConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : unknownAnyTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : unknownAnyTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : widgetsXmlAnyTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : widgetsXmlAnyTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainPlusConsumeXmlTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainPlusConsumeXmlTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyWidgetsxmlConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyWidgetsxmlConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : widgetsXmlAnyConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : widgetsXmlAnyConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : htmlPlainTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : htmlPlainTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : htmlUnknownConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : htmlUnknownConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : htmlPlainConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : htmlPlainConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainAnyConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainAnyConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainPlusProducePlainTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainPlusProducePlainTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : unknownAnyConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : unknownAnyConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyWidgetsxmlTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/widgetsxml HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyWidgetsxmlTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyPlainTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyPlainTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainAnyTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/any HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainAnyTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : htmlUnknownTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : htmlUnknownTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyPlainConsumesTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyPlainConsumesTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : anyUnknownTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_produceconsume_web/resource/unknown HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : anyUnknownTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainPlusProduceXmlTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainPlusProduceXmlTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : plainPlusConsumePlainTest() 05-31-2024 17:56:15:[HttpRequest] Dispatching request: 'POST /jaxrs_ee_rs_produceconsume_web/resource/plus HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:15:FINISHED TEST : plainPlusConsumePlainTest() [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in ee.jakarta.tck.ws.rs.ee.rs.produceconsume.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : putSubTest() 05-31-2024 17:56:15:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest/sub' to target server at 'localhost:8080' 05-31-2024 17:56:15:############################### 05-31-2024 17:56:15:[Request] Adding entity: dummy 05-31-2024 17:56:15:FINISHED TEST : putSubTest() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : putTest1() 05-31-2024 17:56:15:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-31-2024 17:56:15:############################### 05-31-2024 17:56:15:[Request] Adding entity: dummy 05-31-2024 17:56:15:FINISHED TEST : putTest1() 05-31-2024 17:56:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:15:STARTING TEST : putTest2() 05-31-2024 17:56:15:[Request] Dispatching request: 'PUT http://localhost:8080/jaxrs_ee_rs_put_web/PutTest' to target server at 'localhost:8080' 05-31-2024 17:56:15:############################### 05-31-2024 17:56:15:[Request] Adding entity: dummy 05-31-2024 17:56:15:FINISHED TEST : putTest2() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in ee.jakarta.tck.ws.rs.ee.rs.put.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamBooleanTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamBooleanTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamFloatTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryParamFloatTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamDoubleTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryParamDoubleTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamShortTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamShortTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamIntTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamIntTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamNoQueryTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamNoQueryTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamLongTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamLongTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamByteTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_sub_web/resource/subresource?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.669 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.sub.JAXRSSubClientIT [INFO] Running ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithEncodedTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithValueOf=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityWithFromString=%21 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithEncodedTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest=cts1&stringtest=cts2 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?stringtest1=cts&stringtest2=ri_impl HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryParamStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithValueOfTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithValueOfTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamBooleanTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest=true&booleantest=false HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?booleantest1=false&booleantest2=true HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryParamBooleanTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamListEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryFieldThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamSortedSetEntityWithFromStringTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamEntityWithConstructorTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamFloatTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?floattest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamFloatTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamDoubleTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?doubletest1=123 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamDoubleTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamShortTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest=32767&shorttest=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?shorttest1=32767&shorttest2=-32768 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamShortTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?FieldParamEntityThrowingExceptionGivenByName=java.lang.IllegalArgumentException HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryFieldThrowingIllegalArgumentExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?ParamEntityThrowingWebApplicationException=CREATED HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamThrowingWebApplicationExceptionTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamIntTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest=-2147483648&inttest=2147483647 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?inttest1=2147483647&inttest2=-2147483648 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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' 05-31-2024 17:56:16:FINISHED TEST : queryParamIntTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamNoQueryTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:FINISHED TEST : queryParamNoQueryTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamLongTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest=9223372036854775807&longtest=-9223372036854775808 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?longtest1=-9223372036854775808&longtest2=9223372036854775807 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamLongTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryFieldParamEntityWithConstructorTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest? HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryFieldParamEntityWithConstructorTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : queryParamByteTest() 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=127 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest=-128&bytetest=26 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_rs_queryparam_web/QueryParamTest?bytetest1=123&bytetest2=-128 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:56:16:[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-31-2024 17:56:16:FINISHED TEST : queryParamByteTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in ee.jakarta.tck.ws.rs.ee.rs.queryparam.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:16:FINISHED TEST : traceWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:16:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:16:FINISHED TEST : optionsWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:16:STARTING TEST : methodWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithClassWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : traceWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : optionsWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : getWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithClassWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : getThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : putWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : postWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : putWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : deleteWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : postWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : deleteWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : postWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : traceWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : putThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : deleteWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : traceWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : traceWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsTest() 05-31-2024 17:56:17:Returned status 200 (OK) 05-31-2024 17:56:17:FINISHED TEST : optionsTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : getWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : methodWithClassWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeWithEntityThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : postWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteThrowsExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : deleteThrowsExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : getWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : putWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : traceThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : deleteWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : getWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : optionsWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : postThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : postWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : optionsWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : optionsWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : methodWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : putWithGenericTypeThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : deleteWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : deleteWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : putWithClassThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : getWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : putWithGenericTypeThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : deleteTest() 05-31-2024 17:56:17:Returned status 200 (OK) 05-31-2024 17:56:17:FINISHED TEST : deleteTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:56:17:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:56:17:FINISHED TEST : traceWithClassThrowsWebApplicationExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeWithEntityThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : getWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : getWithClassThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:Returned status 406 (NOT_ACCEPTABLE) 05-31-2024 17:56:17:FINISHED TEST : methodWithGenericTypeWithEntityThrowsNoWebApplicationExceptionForResponseTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : headThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : optionsThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : optionsWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:17:STARTING TEST : postWithGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:56:17:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: somenonexisting.domain-site 05-31-2024 17:56:17:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:56:17:FINISHED TEST : postWithGenericTypeThrowsProcessingExceptionTest() [WARNING] Tests run: 98, Failures: 0, Errors: 0, Skipped: 39, Time elapsed: 0.848 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.rxinvoker.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:STARTING TEST : optionsTest() 05-31-2024 17:56:18:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD1 05-31-2024 17:56:18:Returned status 200 (OK) 05-31-2024 17:56:18:FINISHED TEST : optionsTest() 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:STARTING TEST : deleteTest() 05-31-2024 17:56:18:[Client EXECUTOR SERVICE check]: running from thread JAXRS_TCK_THREAD2 05-31-2024 17:56:18:Returned status 200 (OK) 05-31-2024 17:56:18:FINISHED TEST : deleteTest() 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 29, Time elapsed: 0.536 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.rx.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 57, Failures: 0, Errors: 0, Skipped: 57, Time elapsed: 0.523 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.client.executor.async.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.ssebroadcaster.JAXRSClientIT 05-31-2024 17:56:18:[JAXRSCommonClient] Test setup OK [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.275 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-31-2024 17:56:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:19:STARTING TEST : stringTest() 05-31-2024 17:56:19:FINISHED TEST : stringTest() 05-31-2024 17:56:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:19:STARTING TEST : streamingOutputTest() 05-31-2024 17:56:20:FINISHED TEST : streamingOutputTest() 05-31-2024 17:56:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:20:STARTING TEST : fileTest() 05-31-2024 17:56:20:FINISHED TEST : fileTest() 05-31-2024 17:56:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:20:STARTING TEST : closeTest() 05-31-2024 17:56:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsink_web/close/closed' to target server at 'localhost:8080' 05-31-2024 17:56:21:############################### 05-31-2024 17:56:22:FINISHED TEST : closeTest() 05-31-2024 17:56:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:22:STARTING TEST : inputstreamTest() 05-31-2024 17:56:23:FINISHED TEST : inputstreamTest() 05-31-2024 17:56:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:23:STARTING TEST : readerTest() 05-31-2024 17:56:23:FINISHED TEST : readerTest() 05-31-2024 17:56:23:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:23:STARTING TEST : transformSourceTest() 05-31-2024 17:56:24:FINISHED TEST : transformSourceTest() 05-31-2024 17:56:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:24:STARTING TEST : multivaluedMapTest() 05-31-2024 17:56:24:FINISHED TEST : multivaluedMapTest() 05-31-2024 17:56:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:24:STARTING TEST : jaxbElementTest() 05-31-2024 17:56:25:FINISHED TEST : jaxbElementTest() 05-31-2024 17:56:25:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:25:STARTING TEST : sseStageCheckTest() 05-31-2024 17:56:26:FINISHED TEST : sseStageCheckTest() 05-31-2024 17:56:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:26:STARTING TEST : doubleTest() 05-31-2024 17:56:26:FINISHED TEST : doubleTest() 05-31-2024 17:56:26:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:26:STARTING TEST : datasourceTest() 05-31-2024 17:56:27:FINISHED TEST : datasourceTest() 05-31-2024 17:56:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:27:STARTING TEST : charTest() 05-31-2024 17:56:27:FINISHED TEST : charTest() 05-31-2024 17:56:27:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:27:STARTING TEST : intTest() 05-31-2024 17:56:28:FINISHED TEST : intTest() 05-31-2024 17:56:28:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:28:STARTING TEST : bytearrayTest() 05-31-2024 17:56:28:FINISHED TEST : bytearrayTest() [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.022 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT 05-31-2024 17:56:29:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:29:STARTING TEST : wait2Seconds() 05-31-2024 17:56:29:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-31-2024 17:56:29:############################### 05-31-2024 17:56:29:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/retry' to target server at 'localhost:8080' 05-31-2024 17:56:29:############################### 05-31-2024 17:56:29:[Request] Adding entity: 2 05-31-2024 17:56:31:FINISHED TEST : wait2Seconds() 05-31-2024 17:56:31:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:31:STARTING TEST : xmlTest() 05-31-2024 17:56:31:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:31:############################### 05-31-2024 17:56:31:[Request] Adding entity: text/xml 05-31-2024 17:56:33:FINISHED TEST : xmlTest() 05-31-2024 17:56:33:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:33:STARTING TEST : connectionLostFor1500msTest() 05-31-2024 17:56:33:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/reset' to target server at 'localhost:8080' 05-31-2024 17:56:33:############################### 05-31-2024 17:56:33:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/lost' to target server at 'localhost:8080' 05-31-2024 17:56:33:############################### 05-31-2024 17:56:33:[Request] Adding entity: 1 05-31-2024 17:56:35:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/count' to target server at 'localhost:8080' 05-31-2024 17:56:35:############################### 05-31-2024 17:56:35:FINISHED TEST : connectionLostFor1500msTest() 05-31-2024 17:56:35:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:35:STARTING TEST : stringTest() 05-31-2024 17:56:35:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:35:############################### 05-31-2024 17:56:35:[Request] Adding entity: text/plain 05-31-2024 17:56:37:FINISHED TEST : stringTest() 05-31-2024 17:56:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:37:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:37:STARTING TEST : dataSourceTest() 05-31-2024 17:56:37:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:37:############################### 05-31-2024 17:56:37:[Request] Adding entity: text/plain 05-31-2024 17:56:38:FINISHED TEST : dataSourceTest() 05-31-2024 17:56:38:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:38:STARTING TEST : reconnectByEventMethodTest() 05-31-2024 17:56:39:FINISHED TEST : reconnectByEventMethodTest() 05-31-2024 17:56:39:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:39:STARTING TEST : fileTest() 05-31-2024 17:56:39:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:39:############################### 05-31-2024 17:56:39:[Request] Adding entity: text/plain 05-31-2024 17:56:41:FINISHED TEST : fileTest() 05-31-2024 17:56:41:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:41:STARTING TEST : closeTest() 05-31-2024 17:56:41:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-31-2024 17:56:41:############################### 05-31-2024 17:56:41:[Request] Adding entity: true 05-31-2024 17:56:41:Received message no 0 05-31-2024 17:56:41:Received message no 1 05-31-2024 17:56:41:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-31-2024 17:56:41:############################### 05-31-2024 17:56:42:Received message no 2 05-31-2024 17:56:42:Received message no 3 05-31-2024 17:56:43:Received message no 4 05-31-2024 17:56:43:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-31-2024 17:56:43:############################### 05-31-2024 17:56:47:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/isopen' to target server at 'localhost:8080' 05-31-2024 17:56:47:############################### Sending false 05-31-2024 17:56:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/repeat/set' to target server at 'localhost:8080' 05-31-2024 17:56:51:############################### 05-31-2024 17:56:51:[Request] Adding entity: false Sent false 05-31-2024 17:56:51:FINISHED TEST : closeTest() 05-31-2024 17:56:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:51:STARTING TEST : userReconnectByEventMethodTest() 05-31-2024 17:56:51:FINISHED TEST : userReconnectByEventMethodTest() 05-31-2024 17:56:51:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:51:STARTING TEST : byteArrayTest() 05-31-2024 17:56:51:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:51:############################### 05-31-2024 17:56:51:[Request] Adding entity: text/plain 05-31-2024 17:56:53:FINISHED TEST : byteArrayTest() 05-31-2024 17:56:53:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:53:STARTING TEST : readerTest() 05-31-2024 17:56:53:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:53:############################### 05-31-2024 17:56:53:[Request] Adding entity: text/plain 05-31-2024 17:56:55:FINISHED TEST : readerTest() 05-31-2024 17:56:55:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:55:STARTING TEST : transformSourceTest() 05-31-2024 17:56:55:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:55:############################### 05-31-2024 17:56:55:[Request] Adding entity: text/xml 05-31-2024 17:56:56:FINISHED TEST : transformSourceTest() 05-31-2024 17:56:56:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:56:STARTING TEST : multivaluedMapTest() 05-31-2024 17:56:56:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:56:############################### 05-31-2024 17:56:56:[Request] Adding entity: application/x-www-form-urlencoded 05-31-2024 17:56:58:FINISHED TEST : multivaluedMapTest() 05-31-2024 17:56:58:[JAXRSCommonClient] Test setup OK 05-31-2024 17:56:58:STARTING TEST : jaxbElementTest() 05-31-2024 17:56:58:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:56:58:############################### 05-31-2024 17:56:58:[Request] Adding entity: text/xml 05-31-2024 17:57:00:FINISHED TEST : jaxbElementTest() 05-31-2024 17:57:00:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:00:STARTING TEST : defaultWaiting1s() 05-31-2024 17:57:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-31-2024 17:57:00:############################### 05-31-2024 17:57:00:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/su/available' to target server at 'localhost:8080' 05-31-2024 17:57:00:############################### 05-31-2024 17:57:01:FINISHED TEST : defaultWaiting1s() 05-31-2024 17:57:01:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:01:STARTING TEST : inputStreamTest() 05-31-2024 17:57:01:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_jaxrs21_ee_sse_sseeventsource_web/media/set' to target server at 'localhost:8080' 05-31-2024 17:57:01:############################### 05-31-2024 17:57:01:[Request] Adding entity: text/plain 05-31-2024 17:57:03:FINISHED TEST : inputStreamTest() [WARNING] Tests run: 17, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.568 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.sse.sseeventsource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT 05-31-2024 17:57:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:03:STARTING TEST : exceptionMapperPriorityTest() 05-31-2024 17:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/exception HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:03:FINISHED TEST : exceptionMapperPriorityTest() 05-31-2024 17:57:03:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:03:STARTING TEST : paramConverterPriorityTest() 05-31-2024 17:57:03:[HttpRequest] Dispatching request: 'GET /jaxrs_jaxrs21_ee_priority_web/converter?id=something HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:03:FINISHED TEST : paramConverterPriorityTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.priority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT 05-31-2024 17:57:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:04:STARTING TEST : patchTest() 05-31-2024 17:57:04:[HttpRequest] Dispatching request: 'PATCH /jaxrs_jaxrs21_ee_patch_server_web/resource/patch HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:04:FINISHED TEST : patchTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in ee.jakarta.tck.ws.rs.jaxrs21.ee.patch.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT 05-31-2024 17:57:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:04:STARTING TEST : subResourceLocatorAsClassTest() 05-31-2024 17:57:04:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_jaxrs21_spec_classsubresourcelocator_web/resource/sub' to target server at 'localhost:8080' 05-31-2024 17:57:04:############################### 05-31-2024 17:57:04:FINISHED TEST : subResourceLocatorAsClassTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.classsubresourcelocator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT 05-31-2024 17:57:04:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:04:STARTING TEST : completionStageReturnedTest() 05-31-2024 17:57:05:FINISHED TEST : completionStageReturnedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.287 s - in ee.jakarta.tck.ws.rs.jaxrs21.spec.completionstage.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs21.api.client.invocationbuilder.JAXRSClientIT 05-31-2024 17:57:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:05:STARTING TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-31-2024 17:57:05:FINISHED TEST : testRxClassExecutorServiceThrowsWhenNotRegistered() 05-31-2024 17:57:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:05:STARTING TEST : testRxClassGetsClassInstance() Custom rxInvoker has been created as expected 05-31-2024 17:57:05:FINISHED TEST : testRxClassGetsClassInstance() 05-31-2024 17:57:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:05:STARTING TEST : testRxClassThrowsWhenNotRegistered() Illegal state exception has been thrown when no provider is registered as expected 05-31-2024 17:57:05:FINISHED TEST : testRxClassThrowsWhenNotRegistered() 05-31-2024 17:57:05:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:05:STARTING TEST : testRxClassExceutorServiceGetsClassInstance() Custom rxInvoker has been created as expected 05-31-2024 17:57:05:FINISHED TEST : testRxClassExceutorServiceGetsClassInstance() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 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-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : writeTest() 05-31-2024 17:57:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test1 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:06:FINISHED TEST : writeTest() 05-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : writeIOExceptionTest() 05-31-2024 17:57:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/IOExceptionTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:06:FINISHED TEST : writeIOExceptionTest() 05-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : writeWebApplicationExceptionTest() 05-31-2024 17:57:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_core_streamoutput/StreamOutputTest/Test2 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:06:FINISHED TEST : writeWebApplicationExceptionTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 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-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : isParamCoverterFoundByAutodiscoveryUsedTest() 05-31-2024 17:57:06:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_servlet3_rs_ext_paramconverter_autodiscovery/resource/sbquery?query=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:57:06:############################### 05-31-2024 17:57:06:FINISHED TEST : isParamCoverterFoundByAutodiscoveryUsedTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 s - in ee.jakarta.tck.ws.rs.servlet3.rs.ext.paramconverter.autodiscovery.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT 05-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : applicationPathAnnotationEncodedTest() 05-31-2024 17:57:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/ApplicationPath!/Resource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:06:FINISHED TEST : applicationPathAnnotationEncodedTest() 05-31-2024 17:57:06:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:06:STARTING TEST : applicationPathAnnotationNotUsedTest() 05-31-2024 17:57:06:[HttpRequest] Dispatching request: 'GET /jaxrs_ee_applicationpath/Resource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:06:Received expected status code Not Found 05-31-2024 17:57:06:FINISHED TEST : applicationPathAnnotationNotUsedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in ee.jakarta.tck.ws.rs.servlet3.rs.applicationpath.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT 05-31-2024 17:57:06:$$$ SigTestEE.setup() called 05-31-2024 17:57:06:$$$ SigTestEE.setup() complete 05-31-2024 17:57:06:$$$ JAXRSSigTestIT.signatureTest() called 05-31-2024 17:57:06:mapFile location is :/tmp/sig-test413912057667873186.map 05-31-2024 17:57:06:packageFile location is :/tmp/sig-test-pkg-list15446840638620881275.txt 05-31-2024 17:57:06:Package version from mapfile :3.1.0 05-31-2024 17:57:06:signature File location is :/tmp/jakarta.ws.rs.sig_3.1.0 05-31-2024 17:57:06:Executing JImage 05-31-2024 17:57:06:/opt/tools/java/openjdk/jdk-17/17.0.2+8/bin/jimage extract --dir=/home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/jdk-bundle /opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/modules 05-31-2024 17:57:08:JImage RC = 0 05-31-2024 17:57:08:optionalPkgToIgnore = jakarta.xml.bind 05-31-2024 17:57:08:********** BEGIN PACKAGE LEVEL SIGNATURE VALIDATION ********** 05-31-2024 17:57:08:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-31-2024 17:57:08:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:08:Static mode supports checks of static constants values null 05-31-2024 17:57:08:********** Status Report 'jakarta.ws.rs' ********** 05-31-2024 17:57:08:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:08:********** Package 'jakarta.ws.rs' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:08: 05-31-2024 17:57:08:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:08:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:08:********** Status Report 'jakarta.ws.rs' ********** 05-31-2024 17:57:08:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:08:********** Package 'jakarta.ws.rs' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:08:********** END VALIDATE PACKAGE 'jakarta.ws.rs' ********** 05-31-2024 17:57:08: 05-31-2024 17:57:08: 05-31-2024 17:57:08:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-31-2024 17:57:08:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:08:Static mode supports checks of static constants values null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.client' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.client' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:09:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.client' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.client' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:09:********** END VALIDATE PACKAGE 'jakarta.ws.rs.client' ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-31-2024 17:57:09:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:09:Static mode supports checks of static constants values null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.core' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.core' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:09:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.core' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.core' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:09:********** END VALIDATE PACKAGE 'jakarta.ws.rs.core' ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-31-2024 17:57:09:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:09:Static mode supports checks of static constants values null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.container' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.container' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:09:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.container' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.container' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:09:********** END VALIDATE PACKAGE 'jakarta.ws.rs.container' ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-31-2024 17:57:09:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:09:Static mode supports checks of static constants values null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.ext' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.ext' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:09:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:09:********** Status Report 'jakarta.ws.rs.ext' ********** 05-31-2024 17:57:09:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:09:********** Package 'jakarta.ws.rs.ext' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:09:********** END VALIDATE PACKAGE 'jakarta.ws.rs.ext' ********** 05-31-2024 17:57:09: 05-31-2024 17:57:09: 05-31-2024 17:57:09:********** BEGIN VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-31-2024 17:57:09:********** VALIDATE IN STATIC MODE - TO CHECK CONSANT VALUES **** 05-31-2024 17:57:09:Static mode supports checks of static constants values null 05-31-2024 17:57:10:********** Status Report 'jakarta.ws.rs.sse' ********** 05-31-2024 17:57:10:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:10:********** Package 'jakarta.ws.rs.sse' - PASSED (STATIC MODE) ********** 05-31-2024 17:57:10: 05-31-2024 17:57:10:********** VALIDATE IN REFLECTIVE MODE **** 05-31-2024 17:57:10:Reflective mode supports verification within containers (ie ejb, servlet, etc) null 05-31-2024 17:57:10:********** Status Report 'jakarta.ws.rs.sse' ********** 05-31-2024 17:57:10:SignatureTest report Base version: 3.1.0 Tested version: 3.1.0 Check mode: src [throws normalized] Constant checking: on 05-31-2024 17:57:10:********** Package 'jakarta.ws.rs.sse' - PASSED (REFLECTION MODE) ********** 05-31-2024 17:57:10:********** END VALIDATE PACKAGE 'jakarta.ws.rs.sse' ********** 05-31-2024 17:57:10: 05-31-2024 17:57:10: 05-31-2024 17:57:10:****************************************************** ****************************************************** 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-31-2024 17:57:10:$$$ JAXRSSigTestIT.signatureTest() returning [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.262 s - in ee.jakarta.tck.ws.rs.signaturetest.jaxrs.JAXRSSigTestIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : synchronousTest() 05-31-2024 17:57:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-31-2024 17:57:10:############################### 05-31-2024 17:57:10:FINISHED TEST : synchronousTest() 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : invocationFromLinkTwoMediaTypesTest() 05-31-2024 17:57:10:FINISHED TEST : invocationFromLinkTwoMediaTypesTest() 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-31-2024 17:57:10:FINISHED TEST : invocationFromLinkApplicationJsonMediaTypeTest() 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : asynchronousTest() 05-31-2024 17:57:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_invocations_web/resource/call' to target server at 'localhost:8080' 05-31-2024 17:57:10:############################### 05-31-2024 17:57:10:FINISHED TEST : asynchronousTest() 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : invocationFromLinkTextXmlMediaTypeTest() 05-31-2024 17:57:10:FINISHED TEST : invocationFromLinkTextXmlMediaTypeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.43 s - in ee.jakarta.tck.ws.rs.spec.client.invocations.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT 05-31-2024 17:57:10:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:10:STARTING TEST : checkClientConceptTest() 05-31-2024 17:57:10:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_resource_web/resource/concept' to target server at 'localhost:8080' 05-31-2024 17:57:10:############################### 05-31-2024 17:57:10:FINISHED TEST : checkClientConceptTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in ee.jakarta.tck.ws.rs.spec.client.resource.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientReaderWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: java.io.InputStreamReader@60261898 05-31-2024 17:57:11:FINISHED TEST : clientReaderWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientReaderReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientReaderReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientByteArrayWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: [B@a771014 05-31-2024 17:57:11:FINISHED TEST : clientByteArrayWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientSourceWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: javax.xml.transform.stream.StreamSource@570cae89 05-31-2024 17:57:11:FINISHED TEST : clientSourceWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientInputStreamWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: java.io.ByteArrayInputStream@4f7f1e3d 05-31-2024 17:57:11:FINISHED TEST : clientInputStreamWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientMultivaluedMapWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap@7fdd60a4 05-31-2024 17:57:11:FINISHED TEST : clientMultivaluedMapWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientByteArrayReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientByteArrayReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientSourceReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientSourceReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientInputStreamReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientInputStreamReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientAnyReaderUsageTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/readerprovider' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientAnyReaderUsageTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientMultivaluedMapReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientMultivaluedMapReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientStringWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.client.typedentities.Resource 05-31-2024 17:57:11:FINISHED TEST : clientStringWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientDataSourceWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@5fd6d411 05-31-2024 17:57:11:FINISHED TEST : clientDataSourceWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientStreamingOutputWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringStreamingOutput@31ba8f3 05-31-2024 17:57:11:FINISHED TEST : clientStreamingOutputWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientFileWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: /tmp/tckjaxrs4852619132113573144.tmp 05-31-2024 17:57:11:FINISHED TEST : clientFileWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientAnyWriterUsageTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/writerprovider' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: 1339633069677106930 05-31-2024 17:57:11:FINISHED TEST : clientAnyWriterUsageTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientStringReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientStringReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientDataSourceReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientDataSourceReaderTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientFileReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentities_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientFileReaderTest() [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in ee.jakarta.tck.ws.rs.spec.client.typedentities.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientJaxbElementWriterTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardwriter' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Adding entity: jakarta.xml.bind.JAXBElement@75fbb97e 05-31-2024 17:57:11:FINISHED TEST : clientJaxbElementWriterTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : clientJaxbElementReaderTest() 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_client_typedentitieswithxmlbinding_web/resource/standardreader' to target server at 'localhost:8080' 05-31-2024 17:57:11:############################### 05-31-2024 17:57:11:FINISHED TEST : clientJaxbElementReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in ee.jakarta.tck.ws.rs.spec.client.typedentitieswithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:Already registered 0 providers 05-31-2024 17:57:11:Already registered 0 properties 05-31-2024 17:57:11:STARTING TEST : defaultClientConfigurationPresetTest() 05-31-2024 17:57:11:FINISHED TEST : defaultClientConfigurationPresetTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:Already registered 0 providers 05-31-2024 17:57:11:Already registered 0 properties 05-31-2024 17:57:11:STARTING TEST : clientConfiguredTest() 05-31-2024 17:57:11:FINISHED TEST : clientConfiguredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.spec.client.instance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 s - in ee.jakarta.tck.ws.rs.spec.client.exceptions.ClientExceptionsIT [INFO] Running ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : deepCopyConfigWebTargetLevelTest() 05-31-2024 17:57:11:FINISHED TEST : deepCopyConfigWebTargetLevelTest() 05-31-2024 17:57:11:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:11:STARTING TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-31-2024 17:57:11:Testing method queryParam([Ljava.lang.String;@6c6107fa) 05-31-2024 17:57:11:Testing 2 WebTargets 05-31-2024 17:57:11:Testing method queryParam(path[Ljava.lang.String;@58c75f9c) 05-31-2024 17:57:11:Testing 4 WebTargets 05-31-2024 17:57:11:Testing method queryParam(xyz[Ljava.lang.String;@56d00f8d) 05-31-2024 17:57:11:Testing 8 WebTargets 05-31-2024 17:57:11:checked queryParam() method 05-31-2024 17:57:11:Testing method resolveTemplateFromEncoded() 05-31-2024 17:57:11:Testing 16 WebTargets 05-31-2024 17:57:11:Testing method resolveTemplateFromEncoded(pathxyz) 05-31-2024 17:57:11:Testing 32 WebTargets 05-31-2024 17:57:11:Testing method resolveTemplateFromEncoded(path/path/path) 05-31-2024 17:57:11:Testing 64 WebTargets 05-31-2024 17:57:11:checked resolveTemplateFromEncoded() method 05-31-2024 17:57:11:Testing method resolveTemplates({=path}) 05-31-2024 17:57:11:Testing 128 WebTargets 05-31-2024 17:57:11:Testing method resolveTemplates({path=xyz}) 05-31-2024 17:57:11:Testing 256 WebTargets 05-31-2024 17:57:11:checked resolveTemplates() method 05-31-2024 17:57:11:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-31-2024 17:57:11:Testing 512 WebTargets 05-31-2024 17:57:12:Testing method resolveTemplatesFromEncoded({path=xyz}) 05-31-2024 17:57:12:Testing 1024 WebTargets 05-31-2024 17:57:12:checked resolveTemplatesFromEncoded() method 05-31-2024 17:57:12:FINISHED TEST : imutableWithRespectToUriQueryResolveTemplateTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : imutableWithRespectToUriMatrixPathTest() 05-31-2024 17:57:12:Testing method matrixParam([Ljava.lang.String;@17f66498) 05-31-2024 17:57:12:Testing 2 WebTargets 05-31-2024 17:57:12:Testing method matrixParam(matrix[Ljava.lang.String;@4c83f7e9) 05-31-2024 17:57:12:Testing 4 WebTargets 05-31-2024 17:57:12:checked matrixParam() method 05-31-2024 17:57:12:Testing method path() 05-31-2024 17:57:12:Testing 8 WebTargets 05-31-2024 17:57:12:Testing method path(/) 05-31-2024 17:57:12:Testing 16 WebTargets 05-31-2024 17:57:12:Testing method path(path) 05-31-2024 17:57:12:Testing 32 WebTargets 05-31-2024 17:57:12:Testing method path(path/path/path) 05-31-2024 17:57:12:Testing 64 WebTargets 05-31-2024 17:57:12:checked path() method 05-31-2024 17:57:12:FINISHED TEST : imutableWithRespectToUriMatrixPathTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : mutableWithRespectToConfigTest() 05-31-2024 17:57:12:FINISHED TEST : mutableWithRespectToConfigTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : webTargetConfigNotImpactClientTest() 05-31-2024 17:57:12:FINISHED TEST : webTargetConfigNotImpactClientTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : deepCopyConfigClientLevelTest() 05-31-2024 17:57:12:FINISHED TEST : deepCopyConfigClientLevelTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in ee.jakarta.tck.ws.rs.spec.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : clientWriterTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : clientWriterTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : clientReaderTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_client_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:[Request] Adding entity: stringbean 05-31-2024 17:57:12:Injectables are 100010101 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : clientReaderTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in ee.jakarta.tck.ws.rs.spec.context.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : methodArgumentsInjectionTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/method' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : methodArgumentsInjectionTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : serverWriterInjectionTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:[Request] Adding entity: 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : serverWriterInjectionTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : resourceInjectionTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/instance' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : resourceInjectionTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : serverReaderInjectionTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_context_server_web/resource/reader' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:[Request] Adding entity: 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : serverReaderInjectionTest() 05-31-2024 17:57:12:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:12:STARTING TEST : applicationInjectionTest() 05-31-2024 17:57:12:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_context_server_web/resource/application' to target server at 'localhost:8080' 05-31-2024 17:57:12:############################### 05-31-2024 17:57:12:@Context injected as expected 05-31-2024 17:57:12:FINISHED TEST : applicationInjectionTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in ee.jakarta.tck.ws.rs.spec.context.server.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : noBindingTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/nobinding' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Dynamic Bynding did not bind any filter or interceptor as expected 05-31-2024 17:57:13:FINISHED TEST : noBindingTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : dynamicBindingTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_dynamicfeature_web/resource/dynamic' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Dynamic feature bound filter and interceptor as expected 05-31-2024 17:57:13:FINISHED TEST : dynamicBindingTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.343 s - in ee.jakarta.tck.ws.rs.spec.filter.dynamicfeature.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromMapperFirstFromInterceptorTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromInterceptorTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPostMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwExceptionOnInterceptorTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has been handled as expected 05-31-2024 17:57:13:FINISHED TEST : throwExceptionOnInterceptorTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromInterceptorTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPostMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : noNameBoundInterceptorTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/nobinding' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Only Globally bound interceptor has been invoked as expected 05-31-2024 17:57:13:FINISHED TEST : noNameBoundInterceptorTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromInterceptorFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwExceptionOnPreMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has been handled as expected 05-31-2024 17:57:13:FINISHED TEST : throwExceptionOnPreMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwNoExceptionFromPostMatchingFilterFirstFromPreMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwExceptionOnPostMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has been handled as expected 05-31-2024 17:57:13:FINISHED TEST : throwExceptionOnPostMatchingFilterTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_exception_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Exception has not been handled second time as expected 05-31-2024 17:57:13:FINISHED TEST : throwSecondExceptionFromMapperFirstFromPostMatchingFilterTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in ee.jakarta.tck.ws.rs.spec.filter.exception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : nameBoundResourceTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/bind' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Bound as expected 05-31-2024 17:57:13:FINISHED TEST : nameBoundResourceTest() 05-31-2024 17:57:13:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:13:STARTING TEST : globalBoundResourceTest() 05-31-2024 17:57:13:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_globalbinding_web/resource/nobind' to target server at 'localhost:8080' 05-31-2024 17:57:13:############################### 05-31-2024 17:57:13:[Request] Adding entity: 0 05-31-2024 17:57:13:Bound as expected 05-31-2024 17:57:13:FINISHED TEST : globalBoundResourceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 s - in ee.jakarta.tck.ws.rs.spec.filter.globalbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : jaxbWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for jaxb provider 05-31-2024 17:57:14:FINISHED TEST : jaxbWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : stringReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : inputStreamReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for inputstream provider 05-31-2024 17:57:14:FINISHED TEST : inputStreamReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : dataSourceWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for dataSource provider 05-31-2024 17:57:14:FINISHED TEST : dataSourceWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : readerReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringBeanWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for StringBean provider 05-31-2024 17:57:14:FINISHED TEST : stringBeanWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : stringWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : byteArrayReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : byteArrayReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringBeanReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : stringBeanReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : readerWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : inputStreamWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for inputstream provider 05-31-2024 17:57:14:FINISHED TEST : inputStreamWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : byteArrayWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : byteArrayWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringBeanWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstringbean' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : stringBeanWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringBeanWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: StringBean. To get a value, use rather #get() method. 05-31-2024 17:57:14:JAXRS called registered writer interceptor for StringBean provider 05-31-2024 17:57:14:FINISHED TEST : stringBeanWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : fileWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: /tmp/temp278718459895550968tmp 05-31-2024 17:57:14:JAXRS called registered writer interceptor for file provider 05-31-2024 17:57:14:FINISHED TEST : fileWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : byteArrayWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: [B@7700ab68 05-31-2024 17:57:14:JAXRS called registered writer interceptor for bytearray provider 05-31-2024 17:57:14:FINISHED TEST : byteArrayWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : byteArrayReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postbytearray' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for bytearray provider 05-31-2024 17:57:14:FINISHED TEST : byteArrayReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for string provider 05-31-2024 17:57:14:FINISHED TEST : stringReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : sourceWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : sourceWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : dataSourceWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.common.impl.StringDataSource@2af56d79 05-31-2024 17:57:14:JAXRS called registered writer interceptor for dataSource provider 05-31-2024 17:57:14:FINISHED TEST : dataSourceWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : inputStreamWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: java.io.ByteArrayInputStream@445f4a0e 05-31-2024 17:57:14:JAXRS called registered writer interceptor for inputstream provider 05-31-2024 17:57:14:FINISHED TEST : inputStreamWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : inputStreamReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postinputstream' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : inputStreamReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : fileReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for file provider 05-31-2024 17:57:14:FINISHED TEST : fileReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : fileReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postfile' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : fileReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postreader' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for reader provider 05-31-2024 17:57:14:FINISHED TEST : readerReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : dataSourceReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : dataSourceReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : jaxbReaderNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:FINISHED TEST : jaxbReaderNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : byteArrayWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getbytearray' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for bytearray provider 05-31-2024 17:57:14:FINISHED TEST : byteArrayWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : inputStreamWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getinputstream' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : inputStreamWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getstring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for string provider 05-31-2024 17:57:14:FINISHED TEST : stringWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : jaxbReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postjaxb' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for jaxb provider 05-31-2024 17:57:14:FINISHED TEST : jaxbReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : fileWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : fileWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : fileWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getfile' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for file provider 05-31-2024 17:57:14:FINISHED TEST : fileWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : jaxbWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: GenericEntity{jakarta.xml.bind.JAXBElement@4be08e1d, jakarta.xml.bind.JAXBElement} 05-31-2024 17:57:14:JAXRS called registered writer interceptor for JAXBElement provider 05-31-2024 17:57:14:FINISHED TEST : jaxbWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : dataSourceReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/postdatasource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for dataSource provider 05-31-2024 17:57:14:FINISHED TEST : dataSourceReaderContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered writer interceptor for string provider 05-31-2024 17:57:14:FINISHED TEST : stringWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getreader' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for reader provider 05-31-2024 17:57:14:FINISHED TEST : readerWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : sourceWriterContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getsource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:JAXRS called registered writer interceptor for source provider 05-31-2024 17:57:14:FINISHED TEST : sourceWriterContainerInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : dataSourceWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getdatasource' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : dataSourceWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : jaxbWriterNoInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/getjaxb' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:FINISHED TEST : jaxbWriterNoInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerWriterClientInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: java.io.InputStreamReader@1d514515 05-31-2024 17:57:14:JAXRS called registered writer interceptor for reader provider 05-31-2024 17:57:14:FINISHED TEST : readerWriterClientInterceptorTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : stringBeanReaderContainerInterceptorTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_interceptor_web/resource/poststringbean' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT 05-31-2024 17:57:14:JAXRS called registered reader interceptor for StringBean provider 05-31-2024 17:57:14:FINISHED TEST : stringBeanReaderContainerInterceptorTest() [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.608 s - in ee.jakarta.tck.ws.rs.spec.filter.interceptor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : writerContextOnClientTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: [ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT] 05-31-2024 17:57:14:Last values set in contexts were used as expected 05-31-2024 17:57:14:FINISHED TEST : writerContextOnClientTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : writerContextOnContainerTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/getlist' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:Last values set in contexts were used as expected 05-31-2024 17:57:14:FINISHED TEST : writerContextOnContainerTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerContextOnContainerTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/postlist' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-31-2024 17:57:14:Last values set in contexts were used as expected 05-31-2024 17:57:14:FINISHED TEST : readerContextOnContainerTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerContextOnClientTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_lastvalue_web/resource/poststring' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT 05-31-2024 17:57:14:Last values set in contexts were used as expected 05-31-2024 17:57:14:FINISHED TEST : readerContextOnClientTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in ee.jakarta.tck.ws.rs.spec.filter.lastvalue.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : resourceAnnotatedFirstMethodInterceptedTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/hundred' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:Both name bound interceptors has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : resourceAnnotatedFirstMethodInterceptedTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : resourceAnnotatedSecondMethodInterceptedTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/all/thousand' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:Both name bound interceptors has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : resourceAnnotatedSecondMethodInterceptedTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : singleInterceptorBoundTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/ten' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:Interceptor has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : singleInterceptorBoundTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : readerWriterInterceptorBoundTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/echo' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:[Request] Adding entity: 1111 05-31-2024 17:57:14:Reader and Writer interceptor has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : readerWriterInterceptorBoundTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : onlyPartOfUnionOfInterceptorsBoundTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/complement' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:No interceptor has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : onlyPartOfUnionOfInterceptorsBoundTest() 05-31-2024 17:57:14:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:14:STARTING TEST : noInterceptorBoundTest() 05-31-2024 17:57:14:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_filter_namebinding_web/resource/one' to target server at 'localhost:8080' 05-31-2024 17:57:14:############################### 05-31-2024 17:57:14:No interceptor has been bound as expected 05-31-2024 17:57:14:FINISHED TEST : noInterceptorBoundTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in ee.jakarta.tck.ws.rs.spec.filter.namebinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : test1() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : test1() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : test2() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_inheritance_web/InheritanceTest1 HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : test2() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.244 s - in ee.jakarta.tck.ws.rs.spec.inheritance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : throwableTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/throwable HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : throwableTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : clientErrorExceptionTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/clienterror HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : clientErrorExceptionTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : filterChainTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/chain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : filterChainTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : mappedExceptionTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/mapped HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : mappedExceptionTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : exceptionTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/exception HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : exceptionTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : runtimeExceptionTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/runtime HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : runtimeExceptionTest() 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : webapplicationExceptionTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_exceptionmapper_web/resource/webapp HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : webapplicationExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.279 s - in ee.jakarta.tck.ws.rs.spec.provider.exceptionmapper.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT 05-31-2024 17:57:15:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:15:STARTING TEST : readWriteProviderTest() 05-31-2024 17:57:15:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_jaxbcontext_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:15:FINISHED TEST : readWriteProviderTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.276 s - in ee.jakarta.tck.ws.rs.spec.provider.jaxbcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteInputStreamProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteInputStreamProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteStringProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteStringProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteMapProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/map HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteMapProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteReaderProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteReaderProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteDataSourceProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteDataSourceProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteBooleanProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/boolean HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteBooleanProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteJaxbProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteJaxbProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteStreamingOutputProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteStreamingOutputProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteIntegerProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/number HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteIntegerProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteSourceProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteSourceProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteCharacterProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/character HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteCharacterProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteByteArrayProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteByteArrayProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : readWriteFileProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_overridestandard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : readWriteFileProviderTest() [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.36 s - in ee.jakarta.tck.ws.rs.spec.provider.overridestandard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : meadiaTypeDefaultTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : meadiaTypeDefaultTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : iterateAllAppJavaReadersTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : iterateAllAppJavaReadersTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : meadiaTypeContentTypeTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : meadiaTypeContentTypeTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : iterateFirstAppJavaReaderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : iterateFirstAppJavaReaderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : noEntityProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/appjava HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_reader_web/resource/plain HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : noEntityProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.271 s - in ee.jakarta.tck.ws.rs.spec.provider.reader.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : contentTypeTextXmlGotTextWildCardTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : contentTypeTextXmlGotTextWildCardTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : contentTypeTextPlainGotTextPlainTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : contentTypeTextPlainGotTextPlainTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : contentTypeTextHmtlGotTextWildCardTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : contentTypeTextHmtlGotTextWildCardTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : contentTypeApplicationGotWildCardTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_sort_web/resource/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : contentTypeApplicationGotWildCardTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.268 s - in ee.jakarta.tck.ws.rs.spec.provider.sort.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : sourceProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/source HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : sourceProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : streamingOutputProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutput HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/streamingoutputsvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:FINISHED TEST : streamingOutputProviderTest() 05-31-2024 17:57:16:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:16:STARTING TEST : fileProviderTest() 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:16:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/file HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/filesvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : fileProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : inputStreamProviderTest() 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstream HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/inputstreamsvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : inputStreamProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : stringProviderTest() 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/string HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/stringsvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : stringProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readerProviderTest() 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/reader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/readersvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : readerProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : byteArrayProviderTest() 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearray HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/bytearraysvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : byteArrayProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : dataSourceProviderTest() 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standard_web/resource/datasourcesvg HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:17:FINISHED TEST : dataSourceProviderTest() [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in ee.jakarta.tck.ws.rs.spec.provider.standard.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readWriteMapProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/map' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: {map=[map]} 05-31-2024 17:57:17:FINISHED TEST : readWriteMapProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readWriteBooleanProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/boolean' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: false 05-31-2024 17:57:17:FINISHED TEST : readWriteBooleanProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readWriteJaxbProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/jaxb' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: jakarta.xml.bind.JAXBElement@cb9c56b 05-31-2024 17:57:17:FINISHED TEST : readWriteJaxbProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readWriteIntegerProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/number' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: 0 05-31-2024 17:57:17:FINISHED TEST : readWriteIntegerProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : readWriteCharacterProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardhaspriority_web/resource/character' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: a 05-31-2024 17:57:17:FINISHED TEST : readWriteCharacterProviderTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in ee.jakarta.tck.ws.rs.spec.provider.standardhaspriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientInputStreamProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientInputStreamProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverDataSourceProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/datasource' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverDataSourceProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientMultivaluedMapProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientMultivaluedMapProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverFileProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/file' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverFileProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverStringProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/string' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverStringProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientDataSourceProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientDataSourceProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientCharProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-31-2024 17:57:17:FINISHED TEST : clientCharProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverReaderProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/reader' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverReaderProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverBooleanProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/boolean' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverBooleanProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientSourceProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientSourceProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientJaxbProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/null' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:Read JAXBElement entity is null as expected 05-31-2024 17:57:17:FINISHED TEST : clientJaxbProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverIntegerProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/integer' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverIntegerProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverCharProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/character' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverCharProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientByteArrayProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientByteArrayProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverInputStreamProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/inputstream' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverInputStreamProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientBooleanProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-31-2024 17:57:17:FINISHED TEST : clientBooleanProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientStringProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientStringProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverJaxbProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/jaxb' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverJaxbProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientReaderProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientReaderProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverStreamingOutputProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/streamingoutput' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:[Request] Adding entity: StreamingOutput 05-31-2024 17:57:17:FINISHED TEST : serverStreamingOutputProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverByteArrayProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bytearray' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverByteArrayProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverBigDecimalProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/bigdecimal' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverBigDecimalProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientFileProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : clientFileProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverSourceProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/source' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverSourceProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientIntegerProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-31-2024 17:57:17:FINISHED TEST : clientIntegerProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : serverMultivaluedMapProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/map' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:FINISHED TEST : serverMultivaluedMapProviderTest() 05-31-2024 17:57:17:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:17:STARTING TEST : clientBigDecimalProviderTest() 05-31-2024 17:57:17:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_standardnotnull_web/resource/entity' to target server at 'localhost:8080' 05-31-2024 17:57:17:############################### 05-31-2024 17:57:17:Found expected NoContentException jakarta.ws.rs.core.NoContentException: Missing entity. 05-31-2024 17:57:17:FINISHED TEST : clientBigDecimalProviderTest() [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.454 s - in ee.jakarta.tck.ws.rs.spec.provider.standardnotnull.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.standardwithjaxrsclient.JAXRSClientIT 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderBigDecimalTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdecimal' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 2147483647 05-31-2024 17:57:18:Found expected entity 2147483647 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderBigDecimalTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderDoubleTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bigdouble' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 3.141592653589793 05-31-2024 17:57:18:Found expected entity 3.141592653589793 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderDoubleTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderIntTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/int' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 2147483647 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderIntTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderCharacterTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/character' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: x 05-31-2024 17:57:18:Found expected entity x 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderCharacterTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderCharTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/char' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: x 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderCharTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderIntegerTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/integer' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 2147483647 05-31-2024 17:57:18:Found expected entity 2147483647 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderIntegerTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : mapElementProviderTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/map' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: {map=[map]} 05-31-2024 17:57:18:found expected MultivaluedMap {map=[map]} 05-31-2024 17:57:18:FINISHED TEST : mapElementProviderTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderBoolTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/bool' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: false 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderBoolTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderLongTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/long' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 9223372036854775807 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderLongTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderBigLongTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/biglong' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: 9223372036854775807 05-31-2024 17:57:18:Found expected entity 9223372036854775807 05-31-2024 17:57:18:FINISHED TEST : readWriteProviderBigLongTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : readWriteProviderBooleanTest() 05-31-2024 17:57:18:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_standardwithjaxrsclient_web/resource/boolean' to target server at 'localhost:8080' 05-31-2024 17:57:18:############################### 05-31-2024 17:57:18:[Request] Adding entity: true 05-31-2024 17:57:18:Found expected entity true 05-31-2024 17:57:18: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 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : jaxbElementProviderTest() 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_standardwithxmlbinding_web/resource/jaxb HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:FINISHED TEST : jaxbElementProviderTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 s - in ee.jakarta.tck.ws.rs.spec.provider.standardwithxmlbinding.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : bodyWriterTest() 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/bodywriter HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:FINISHED TEST : bodyWriterTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : bodyReaderTest() 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_provider_visibility_web/resource/bodyreader HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:FINISHED TEST : bodyReaderTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : contextResolverTest() 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/contextresolver HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:FINISHED TEST : contextResolverTest() 05-31-2024 17:57:18:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:18:STARTING TEST : exceptionMapperTest() 05-31-2024 17:57:18:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_provider_visibility_web/resource/exceptionmapper HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:18:FINISHED TEST : exceptionMapperTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.333 s - in ee.jakarta.tck.ws.rs.spec.provider.visibility.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : supportXmlByDefaultWriterTest() 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-31-2024 17:57:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:FINISHED TEST : supportXmlByDefaultWriterTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : supportXmlByXmlWriterTest() 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppXmlObjectWriter 05-31-2024 17:57:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportxml' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:FINISHED TEST : supportXmlByXmlWriterTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : supportAllTest() 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.DefaultEntityWriter 05-31-2024 17:57:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportall' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:FINISHED TEST : supportAllTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : supportAppJavaTest() 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppJavaEntityWriter 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/supportmedia' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: application/java 05-31-2024 17:57:19:FINISHED TEST : supportAppJavaTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : responseSubClassTest() 05-31-2024 17:57:19:[Request] Dispatching request: 'POST http://localhost:8080/jaxrs_spec_provider_writer_web/resource/writer' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:[Request] Adding entity: ee.jakarta.tck.ws.rs.spec.provider.writer.AppAnyEntityWriter 05-31-2024 17:57:19:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_provider_writer_web/resource/subresponse' to target server at 'localhost:8080' 05-31-2024 17:57:19:############################### 05-31-2024 17:57:19:FINISHED TEST : responseSubClassTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in ee.jakarta.tck.ws.rs.spec.provider.writer.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectConsumesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectConsumesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectPathOnClassAndRequestTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/super/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectPathOnClassAndRequestTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : formParamTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : formParamTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectPathOnClassTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/interfaceresource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectPathOnClassTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : correctProducesConsumesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : correctProducesConsumesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : queryParamPqrTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?pqr=hello HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : queryParamPqrTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : correctRequestTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : correctRequestTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : matrixParamPqrTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put;ijk=hello HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : matrixParamPqrTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : correctTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : correctTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectProdecesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectProdecesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectPathOnMethodTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectPathOnMethodTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : queryParamXyzTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_annotationprecedence_subclass_web/resource/put?xyz=hello HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : queryParamXyzTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.325 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.subclass.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectConsumesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectConsumesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : formParamTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : formParamTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectPathOnClassTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/interfaceresource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectPathOnClassTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : queryParamPqrTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?pqr=hello HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : queryParamPqrTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : correctRequestTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : correctRequestTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectProducesConsumesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectProducesConsumesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : correctTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : correctTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectProdecesTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectProdecesTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : incorrectPathOnMethodTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/get HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : incorrectPathOnMethodTest() 05-31-2024 17:57:19:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:19:STARTING TEST : queryParamXyzTest() 05-31-2024 17:57:19:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_annotationprecedence_web/resource/post?xyz=hello HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:19:FINISHED TEST : queryParamXyzTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in ee.jakarta.tck.ws.rs.spec.resource.annotationprecedence.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : checkEntityIsNotSetTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_locator_web/resource/sub;resmatrix=resarg;submatrix=subarg;entity=entityarg; HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : checkEntityIsNotSetTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s - in ee.jakarta.tck.ws.rs.spec.resource.locator.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : qualityOfSourceOnDifferentMediaTypesTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : qualityOfSourceOnDifferentMediaTypesTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesCorrectContentTypeOnResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesCorrectContentTypeOnResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOverridesDescendantSubResourcePathValueTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValueTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesCorrectContentTypeOnResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesCorrectContentTypeOnResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesOnResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesOnResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : concreteOverStarWhenAcceptStarTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : concreteOverStarWhenAcceptStarTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOverridesDescendantSubResourcePathValueWeightTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValueWeightTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : headOnSubResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : headOnSubResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : resourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : resourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : locatorNameTooLongAgainTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/locator/locator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : locatorNameTooLongAgainTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : requestNotSupportedOnResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/something HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : requestNotSupportedOnResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesCorrectContentTypeOnResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesCorrectContentTypeOnResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOnResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produces HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOnResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesCorrectContentTypeOnResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesCorrectContentTypeOnResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesOnSubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesOnSubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : l2SubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'DELETE /jaxrs_spec_resource_requestmatching_web/resource/l2locator/l2locator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : l2SubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOnResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/produceslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOnResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOverridesDescendantSubResourcePathValuePostTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOverridesDescendantSubResourcePathValuePostTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesOverridesDescendantSubResourcePathValueTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesOverridesDescendantSubResourcePathValueTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesCorrectContentTypeOnSubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesCorrectContentTypeOnSubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : slashUriTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : slashUriTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : descendantSubResourcePathValueTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : descendantSubResourcePathValueTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : slashAppNameTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /resource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : slashAppNameTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesOnResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/consumes HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesOnResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : foundAnotherResourceLocatorByPathTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : foundAnotherResourceLocatorByPathTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : qualityDeterminesTextATest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : qualityDeterminesTextATest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : qualityDeterminesTextBTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : qualityDeterminesTextBTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : requestNotSupportedOnSubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : requestNotSupportedOnSubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : descendantResourcePathValueTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/subresource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : descendantResourcePathValueTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : requestNotSupportedOnSubResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : requestNotSupportedOnSubResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : requestNotSupportedOnResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'PUT /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : requestNotSupportedOnResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : producesOnSubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/produceslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : producesOnSubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : locatorNameTooLongTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/sub/locator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : locatorNameTooLongTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : wrongAppNameTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_wrong/ HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : wrongAppNameTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : optionsOnSubResourceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'OPTIONS /jaxrs_spec_resource_requestmatching_web/resource/subresource/something HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:Header Allow: GET found as expected 05-31-2024 17:57:20:FINISHED TEST : optionsOnSubResourceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_requestmatching_web/resource/subresource/consumeslocator HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : consumesCorrectContentTypeOnSubResourceLocatorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : methodNotFoundTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/resource/locator/test HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : methodNotFoundTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : concreteOverStarTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/yas HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : concreteOverStarTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : slashWrongUriTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_requestmatching_web/wrong HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : slashWrongUriTest() [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.398 s - in ee.jakarta.tck.ws.rs.spec.resource.requestmatching.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : methodProducesTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/method HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : methodProducesTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : appPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : appPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/resource HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : clientXmlHtmlPreferenceNoWeightOnServerTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : imagePreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : imagePreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : responseOverrideNoProducesTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : responseOverrideNoProducesTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : noPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : noPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : clientXmlHtmlPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : clientXmlHtmlPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : responseOverrideTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : responseOverrideTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : mesageBodyWriterProducesTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/nomedia/list HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : mesageBodyWriterProducesTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : clientHtmlXmlPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : clientHtmlXmlPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : classProducesTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'HEAD /jaxrs_spec_resource_responsemediatype_web/resource/class HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : classProducesTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : clientAnyPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : clientAnyPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : responseNotAllowedToOverrideTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/resource/responseoverride HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : responseNotAllowedToOverrideTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : textPreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : textPreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : defaultResponseErrorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : defaultResponseErrorTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : clientImagePreferenceTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'POST /jaxrs_spec_resource_responsemediatype_web/weight HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : clientImagePreferenceTest() 05-31-2024 17:57:20:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:20:STARTING TEST : defaultErrorTest() 05-31-2024 17:57:20:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_resource_responsemediatype_web/error HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:20:FINISHED TEST : defaultErrorTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.316 s - in ee.jakarta.tck.ws.rs.spec.resource.responsemediatype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : enumQueryTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : enumQueryTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityHeaderTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityheader' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityHeaderTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : enumCookieTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumcookie' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : enumCookieTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityQueryTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entityquery?param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityQueryTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityCookieTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitycookie' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityCookieTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : enumMaxtrixTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enummatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : enumMaxtrixTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityMaxtrixTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitymatrix;param=ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityMaxtrixTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : enumPathTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumpath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : enumPathTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityPathTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/entitypath/ASDFGHJKLQWERTYUIOPPPPPPP' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityPathTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : enumHeaderTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resource_valueofandfromstring_web/resource/enumheader' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : enumHeaderTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.346 s - in ee.jakarta.tck.ws.rs.spec.resource.valueofandfromstring.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : packageVisibilityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/packageVisibility' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : packageVisibilityTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : constructorWithQueryParamUsedTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/query?param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : constructorWithQueryParamUsedTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : privateVisibilityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/privateVisibility' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : privateVisibilityTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : visibleTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/mostAttributes' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : visibleTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : constructorWithMatrixParamUsedTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/matrix;param=ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : constructorWithMatrixParamUsedTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : constructorWithHeaderParamUsedTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/header' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : constructorWithHeaderParamUsedTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : constructorWithCookieParamUsedTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/cookie' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : constructorWithCookieParamUsedTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : constructorWithPathParamUsedTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/path/ABCDEFGH' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : constructorWithPathParamUsedTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : protectedVisibilityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_resourceconstructor_web/resource/protectedVisibility' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : protectedVisibilityTest() [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 s - in ee.jakarta.tck.ws.rs.spec.resourceconstructor.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : voidTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/void' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : voidTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityResponseTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodyresponsetest' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityResponseTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : notAcceptableTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/notAcceptable' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : notAcceptableTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : nullGenericEntityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullGenericEntityTest' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : nullGenericEntityTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : defaultStatusTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/default' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : defaultStatusTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : nullEntityResponseTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityResponse' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : nullEntityResponseTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : genericEntityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/genericEntityTest' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : genericEntityTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : nullEntityTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullEntityTest' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : nullEntityTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : nullResponseTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/nullResponse' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : nullResponseTest() 05-31-2024 17:57:21:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:21:STARTING TEST : entityBodyTest() 05-31-2024 17:57:21:[Request] Dispatching request: 'GET http://localhost:8080/jaxrs_spec_returntype_web/ReturnTypeTest/entitybodytest' to target server at 'localhost:8080' 05-31-2024 17:57:21:############################### 05-31-2024 17:57:21:FINISHED TEST : entityBodyTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in ee.jakarta.tck.ws.rs.spec.returntype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test1() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test1() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test2() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test2() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test3() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xyz/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test3() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test4() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/xy/abc/def HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test4() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test5() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/test.html HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test5() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : Test6() 05-31-2024 17:57:22:[HttpRequest] Dispatching request: 'GET /jaxrs_spec_templateTest_web/TemplateTest/abc/def/test.xml HTTP/1.1' to target server at 'localhost:8080' 05-31-2024 17:57:22:FINISHED TEST : Test6() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in ee.jakarta.tck.ws.rs.spec.template.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in ee.jakarta.tck.ws.rs.spec.contextprovider.JsonbContextProviderIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.readerinterceptorcontext.JAXRSClientIT 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getHeadersHeadersSetTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getHeadersHeadersSetTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setInputStreamTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setInputStreamTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getHeadersOperationSetTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getHeadersOperationSetTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:WebApplicationException has been thrown as expected WebApplicationException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : proceedThrowsWebApplicationExceptionTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getInputStreamTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getInputStreamTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : proceedThrowsIOExceptionTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : proceedThrowsIOExceptionTest() [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 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-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setAnnotationsNullThrowsNPETest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setAnnotationsTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setAnnotationsTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setGenericTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setGenericTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getMediaTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : webApplicationExceptionTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:found expected WebApplicationException jakarta.ws.rs.WebApplicationException: HTTP 409 Conflict 05-31-2024 17:57:22:FINISHED TEST : webApplicationExceptionTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setPropertyNullTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setPropertyNullTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getPropertyNamesIsReadOnlyTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : ioExceptionTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:found expected IOException java.io.IOException: IOException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : ioExceptionTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setMediaTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setMediaTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:#setType set correct type java.io.InputStreamReader 05-31-2024 17:57:22:FINISHED TEST : setTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getAnnotationsTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getAnnotationsTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : getGenericTypeTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : getGenericTypeTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : setPropertyTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : setPropertyTest() 05-31-2024 17:57:22:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:22:STARTING TEST : removePropertyTest() 05-31-2024 17:57:22:[Request] Dispatching request: 'GET http://localhost:8080/404URL/' to target server at 'localhost:8080' 05-31-2024 17:57:22:############################### 05-31-2024 17:57:22:FINISHED TEST : removePropertyTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 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-31-2024 17:57:22:STARTING TEST : checkCreatedResponseBuilderTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedResponseBuilderTest() 05-31-2024 17:57:22:STARTING TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : createEndpointThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateNewCookieTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateNewCookieTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateMediaTypeTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedUriBuilderTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedUriBuilderTest() 05-31-2024 17:57:22:STARTING TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : createHeaderDelegateThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateNullPointerTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateNullPointerTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateEntityTagTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateEntityTagTest() 05-31-2024 17:57:22:STARTING TEST : createEndpointTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: No container provider supports the type interface com.sun.net.httpserver.HttpHandler 05-31-2024 17:57:22:FINISHED TEST : createEndpointTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedVariantListBuilderTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedVariantListBuilderTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateCookieTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateCookieTest() 05-31-2024 17:57:22:STARTING TEST : checkCreatedHeaderDelegateCacheControlTest() 05-31-2024 17:57:22:FINISHED TEST : checkCreatedHeaderDelegateCacheControlTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 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-31-2024 17:57:22:STARTING TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-31-2024 17:57:22:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-31-2024 17:57:22:FINISHED TEST : checkTckRuntimeDelegateIsNotDefaultTest() 05-31-2024 17:57:22:STARTING TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() 05-31-2024 17:57:22:Found ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.TckRuntimeDelegate 05-31-2024 17:57:22:Found org.glassfish.jersey.server.internal.RuntimeDelegateImpl 05-31-2024 17:57:22:FINISHED TEST : askForTckRuntimeDelegateGivenBySetInstanceTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.ext.runtimedelegate.setinstance.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:Thrown IllegalArgumentException as expected 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringTest() 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringTest() 05-31-2024 17:57:22:STARTING TEST : equalsTest2() 05-31-2024 17:57:22:FINISHED TEST : equalsTest2() 05-31-2024 17:57:22:STARTING TEST : equalsTest3() 05-31-2024 17:57:22:FINISHED TEST : equalsTest3() 05-31-2024 17:57:22:STARTING TEST : encodingsTest() 05-31-2024 17:57:22:FINISHED TEST : encodingsTest() 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringStringStringTest() 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringStringStringTest() 05-31-2024 17:57:22:STARTING TEST : languagesTest() 05-31-2024 17:57:22:FINISHED TEST : languagesTest() 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:Thrown IllegalArgumentException as expected 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : constructorTest1() 05-31-2024 17:57:22:FINISHED TEST : constructorTest1() 05-31-2024 17:57:22:STARTING TEST : constructorTest2() 05-31-2024 17:57:22:FINISHED TEST : constructorTest2() 05-31-2024 17:57:22:STARTING TEST : constructorTest3() 05-31-2024 17:57:22:FINISHED TEST : constructorTest3() 05-31-2024 17:57:22:STARTING TEST : equalTest1() 05-31-2024 17:57:22:FINISHED TEST : equalTest1() 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:Thrown IllegalArgumentException as expected 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringStringStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : getLanguageStringTest() 05-31-2024 17:57:22:#getLanguageString returned exected language string 05-31-2024 17:57:22:FINISHED TEST : getLanguageStringTest() 05-31-2024 17:57:22:STARTING TEST : constructorMediaStringStringStringTest() 05-31-2024 17:57:22:FINISHED TEST : constructorMediaStringStringStringTest() 05-31-2024 17:57:22:STARTING TEST : mediaTypesTest() 05-31-2024 17:57:22:FINISHED TEST : mediaTypesTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.variant.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.mediatype.JAXRSClientIT 05-31-2024 17:57:22:STARTING TEST : wildcardTest() 05-31-2024 17:57:22:FINISHED TEST : wildcardTest() 05-31-2024 17:57:22:STARTING TEST : valueOfTest() 05-31-2024 17:57:22:FINISHED TEST : valueOfTest() 05-31-2024 17:57:22:STARTING TEST : withCharsetTest() 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains expected character set UTF-8 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains expected character set ISO-8859-2 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains expected character set UTF-16 05-31-2024 17:57:22:FINISHED TEST : withCharsetTest() 05-31-2024 17:57:22:STARTING TEST : valueOfTest1() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : valueOfTest1() 05-31-2024 17:57:22:STARTING TEST : equalsTest1() 05-31-2024 17:57:22:FINISHED TEST : equalsTest1() 05-31-2024 17:57:22:STARTING TEST : equalsTest2() 05-31-2024 17:57:22:FINISHED TEST : equalsTest2() 05-31-2024 17:57:22:STARTING TEST : equalsTest3() 05-31-2024 17:57:22:FINISHED TEST : equalsTest3() 05-31-2024 17:57:22:STARTING TEST : equalsTest4() 05-31-2024 17:57:22:FINISHED TEST : equalsTest4() 05-31-2024 17:57:22:STARTING TEST : constructorTest1() 05-31-2024 17:57:22:FINISHED TEST : constructorTest1() 05-31-2024 17:57:22:STARTING TEST : constructorTest2() 05-31-2024 17:57:22:FINISHED TEST : constructorTest2() 05-31-2024 17:57:22:STARTING TEST : constructorTest3() 05-31-2024 17:57:22:FINISHED TEST : constructorTest3() 05-31-2024 17:57:22:STARTING TEST : hashCodeTest1() 05-31-2024 17:57:22:FINISHED TEST : hashCodeTest1() 05-31-2024 17:57:22:STARTING TEST : hashCodeTest2() 05-31-2024 17:57:22:FINISHED TEST : hashCodeTest2() 05-31-2024 17:57:22:STARTING TEST : hashCodeTest3() 05-31-2024 17:57:22:FINISHED TEST : hashCodeTest3() 05-31-2024 17:57:22:STARTING TEST : toStringTest() 05-31-2024 17:57:22:FINISHED TEST : toStringTest() 05-31-2024 17:57:22:STARTING TEST : withCharsetNullOrEmptyCharsetTest() 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-31-2024 17:57:22:FINISHED TEST : withCharsetNullOrEmptyCharsetTest() 05-31-2024 17:57:22:STARTING TEST : constructorStringStringStringTest() 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-8 contains character set charset=UTF-8 as expected 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=ISO-8859-2 contains character set charset=ISO-8859-2 as expected 05-31-2024 17:57:22:MediaType application/x-www-form-urlencoded;charset=UTF-16 contains character set charset=UTF-16 as expected 05-31-2024 17:57:22:FINISHED TEST : constructorStringStringStringTest() 05-31-2024 17:57:22:STARTING TEST : isCompatibleTest1() 05-31-2024 17:57:22:FINISHED TEST : isCompatibleTest1() 05-31-2024 17:57:22:STARTING TEST : isCompatibleTest2() 05-31-2024 17:57:22:FINISHED TEST : isCompatibleTest2() 05-31-2024 17:57:22:STARTING TEST : isCompatibleTest3() 05-31-2024 17:57:22: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.configurable.JAXRSClientIT 05-31-2024 17:57:22:STARTING TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-31-2024 17:57:22:Already registered 0 classes 05-31-2024 17:57:22:Already registered 0 instances 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:FINISHED TEST : registerFeatureClassReturningFalseWithPriorityTest() 05-31-2024 17:57:22:STARTING TEST : registerClassContractsTest() 05-31-2024 17:57:22:Already registered 0 classes 05-31-2024 17:57:22:Already registered 0 instances 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:FINISHED TEST : registerClassContractsTest() 05-31-2024 17:57:22:STARTING TEST : registerFeatureInstanceReturningFalseTest() 05-31-2024 17:57:22:Already registered 0 classes 05-31-2024 17:57:22:Already registered 0 instances 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:FINISHED TEST : registerFeatureInstanceReturningFalseTest() 05-31-2024 17:57:22:STARTING TEST : registerFeatureClassReturningFalseTest() 05-31-2024 17:57:22:Already registered 0 classes 05-31-2024 17:57:22:Already registered 0 instances 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:Found 1 features 05-31-2024 17:57:22:FINISHED TEST : registerFeatureClassReturningFalseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.configurable.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:Got expected template {v}/{w}/{x}/{y}/{w} 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:STARTING TEST : toTemplateTest() 05-31-2024 17:57:22:Got expected template {v}/{w}/{x}/{y}/{w} 05-31-2024 17:57:22:FINISHED TEST : toTemplateTest() 05-31-2024 17:57:22:STARTING TEST : replacePathTest1() 05-31-2024 17:57:22:FINISHED TEST : replacePathTest1() 05-31-2024 17:57:22:STARTING TEST : replacePathTest2() 05-31-2024 17:57:22:FINISHED TEST : replacePathTest2() 05-31-2024 17:57:22:STARTING TEST : replacePathTest3() 05-31-2024 17:57:22:FINISHED TEST : replacePathTest3() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : uriStringTest() 05-31-2024 17:57:22:FINISHED TEST : uriStringTest() 05-31-2024 17:57:22:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-31-2024 17:57:22:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException: The annotated element "public jakarta.ws.rs.core.Response ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.TestPath.getPlain()" is not annotated with @Path. 05-31-2024 17:57:22:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenNoPathTest() 05-31-2024 17:57:22:STARTING TEST : uriStringThrowsIAEWhenNoUriTest() 05-31-2024 17:57:22:#IllegalArgumentException has been thrown as expected for #uri(noURI) 05-31-2024 17:57:22:FINISHED TEST : uriStringThrowsIAEWhenNoUriTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:STARTING TEST : fromLinkTest() 05-31-2024 17:57:22:URI fromLink is equal to the expected URI 05-31-2024 17:57:22:FINISHED TEST : fromLinkTest() 05-31-2024 17:57:22:STARTING TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-31-2024 17:57:22:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenNoValueSuppliedTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateFromEncodedPercentEncodedTest() 05-31-2024 17:57:22:STARTING TEST : uriTest1() 05-31-2024 17:57:22:FINISHED TEST : uriTest1() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesFromEncodedPercentEncodedTest() 05-31-2024 17:57:22:STARTING TEST : replaceQueryParamTest1() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryParamTest1() 05-31-2024 17:57:22:STARTING TEST : replaceQueryParamTest2() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryParamTest2() 05-31-2024 17:57:22:STARTING TEST : replaceQueryParamTest3() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryParamTest3() 05-31-2024 17:57:22:STARTING TEST : schemeTest1() 05-31-2024 17:57:22:FINISHED TEST : schemeTest1() 05-31-2024 17:57:22:STARTING TEST : schemeTest2() 05-31-2024 17:57:22:FINISHED TEST : schemeTest2() 05-31-2024 17:57:22:STARTING TEST : buildFromMapWithBooleanSlashEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapWithBooleanSlashEncodedTest() 05-31-2024 17:57:22:STARTING TEST : buildFromMapTest1() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapTest1() 05-31-2024 17:57:22:STARTING TEST : buildFromMapTest2() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapTest2() 05-31-2024 17:57:22:STARTING TEST : buildFromMapTest3() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapTest3() 05-31-2024 17:57:22:STARTING TEST : buildFromMapTest4() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapTest4() 05-31-2024 17:57:22:STARTING TEST : buildFromMapTest5() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapTest5() 05-31-2024 17:57:22:STARTING TEST : fragmentTest1() 05-31-2024 17:57:22:FINISHED TEST : fragmentTest1() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : hostTest1() 05-31-2024 17:57:22:FINISHED TEST : hostTest1() 05-31-2024 17:57:22:STARTING TEST : hostTest2() 05-31-2024 17:57:22:FINISHED TEST : hostTest2() 05-31-2024 17:57:22:STARTING TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-31-2024 17:57:22:IllegalArgumentException has been sucessfully thrown java.lang.IllegalArgumentException 05-31-2024 17:57:22:FINISHED TEST : fromMethodThrowsIllegalArgumentExceptionWhenMorePathsTest() 05-31-2024 17:57:22:STARTING TEST : userInfoTest() foo:foo foo:foo 05-31-2024 17:57:22:FINISHED TEST : userInfoTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-31-2024 17:57:22:Got expected template {v}/{w}/{x}/{y}/{w} 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectBooleanSlashEncodedTest() 05-31-2024 17:57:22:STARTING TEST : buildTest1() 05-31-2024 17:57:22:FINISHED TEST : buildTest1() 05-31-2024 17:57:22:STARTING TEST : buildTest2() 05-31-2024 17:57:22:FINISHED TEST : buildTest2() 05-31-2024 17:57:22:STARTING TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : buildFromMapWithBooleanSlashNotEncodedTest() 05-31-2024 17:57:22:STARTING TEST : pathTest0() 05-31-2024 17:57:22:FINISHED TEST : pathTest0() 05-31-2024 17:57:22:STARTING TEST : pathTest1() 05-31-2024 17:57:22:FINISHED TEST : pathTest1() 05-31-2024 17:57:22:STARTING TEST : pathTest2() 05-31-2024 17:57:22:FINISHED TEST : pathTest2() 05-31-2024 17:57:22:STARTING TEST : pathTest3() 05-31-2024 17:57:22:FINISHED TEST : pathTest3() 05-31-2024 17:57:22:STARTING TEST : pathTest4() 05-31-2024 17:57:22:FINISHED TEST : pathTest4() 05-31-2024 17:57:22:STARTING TEST : pathTest5() 05-31-2024 17:57:22:FINISHED TEST : pathTest5() 05-31-2024 17:57:22:STARTING TEST : pathTest6() 05-31-2024 17:57:22:FINISHED TEST : pathTest6() 05-31-2024 17:57:22:STARTING TEST : pathTest7() 05-31-2024 17:57:22:FINISHED TEST : pathTest7() 05-31-2024 17:57:22:STARTING TEST : pathTest8() 05-31-2024 17:57:22:FINISHED TEST : pathTest8() 05-31-2024 17:57:22:STARTING TEST : pathTest9() 05-31-2024 17:57:22:FINISHED TEST : pathTest9() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : templateTest1() 05-31-2024 17:57:22:FINISHED TEST : templateTest1() 05-31-2024 17:57:22:STARTING TEST : templateTest2() 05-31-2024 17:57:22:FINISHED TEST : templateTest2() 05-31-2024 17:57:22:STARTING TEST : uriTest() 05-31-2024 17:57:22:Replace uri with http://ftp.is.co.za/rfc/rfc1808.txt Got expected return: http://ftp.is.co.za/rfc/rfc1808.txt Replace uri with //ftp.is.co.za/test/rfc1808.txt Got expected return: ftp://ftp.is.co.za/test/rfc1808.txt Replace uri with mailto:java-net@java.sun.com Got expected return: mailto:java-net@java.sun.com Replace uri with testuser@sun.com Got expected return: mailto:testuser@sun.com Replace uri with http://comp.lang.java Got expected return: http://comp.lang.java Replace uri with news.lang.java Got expected return: news:news.lang.java Replace uri with urn:isbn:096139210x Got expected return: urn:isbn:096139210x Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with //www.ietf.org/rfc/rfc2396.txt Got expected return: http://www.ietf.org/rfc/rfc2396.txt Replace uri with ldap://[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with //[2001:db8::7]/c=GB?objectClass?one Got expected return: ldap://[2001:db8::7]/c=GB?objectClass?one Replace uri with tel:+1-816-555-1212 Got expected return: tel:+1-816-555-1212 Replace uri with +1-866-555-1212 Got expected return: tel:+1-866-555-1212 Replace uri with telnet://192.0.2.16:80/ Got expected return: telnet://192.0.2.16:80/ Replace uri with //192.0.2.16:81/ Got expected return: telnet://192.0.2.16:81/ Replace uri with http://example.com:8042/over/there?name=ferret Got expected return: http://example.com:8042/over/there?name=ferret#nose Replace uri with //example.com:8042/over/there?name=ferret#mouth Got expected return: foo://example.com:8042/over/there?name=ferret#mouth 05-31-2024 17:57:22:FINISHED TEST : uriTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "value" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateFromEncodedThrowsNullOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullMapTest() 05-31-2024 17:57:22:STARTING TEST : uriStringThrowsIAEWhenNullTest() 05-31-2024 17:57:22:#IllegalArgumentException has been thrown as expected for #uri(null) 05-31-2024 17:57:22:FINISHED TEST : uriStringThrowsIAEWhenNullTest() 05-31-2024 17:57:22:STARTING TEST : replaceQueryTest1() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryTest1() 05-31-2024 17:57:22:STARTING TEST : replaceQueryTest2() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryTest2() 05-31-2024 17:57:22:STARTING TEST : replaceQueryTest3() 05-31-2024 17:57:22:FINISHED TEST : replaceQueryTest3() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesFromEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : uriBuilderExceptionTest1() 05-31-2024 17:57:22:FINISHED TEST : uriBuilderExceptionTest1() 05-31-2024 17:57:22:STARTING TEST : uriBuilderExceptionTest2() 05-31-2024 17:57:22:FINISHED TEST : uriBuilderExceptionTest2() 05-31-2024 17:57:22:STARTING TEST : uriBuilderExceptionTest3() 05-31-2024 17:57:22:FINISHED TEST : uriBuilderExceptionTest3() 05-31-2024 17:57:22:STARTING TEST : uriBuilderExceptionTest4() 05-31-2024 17:57:22:FINISHED TEST : uriBuilderExceptionTest4() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixParamTest1() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixParamTest1() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixParamTest2() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixParamTest2() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixParamTest3() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixParamTest3() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixParamTest4() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixParamTest4() 05-31-2024 17:57:22:STARTING TEST : buildObjectsBooleanEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : buildObjectsBooleanEncodedTest() 05-31-2024 17:57:22:STARTING TEST : schemeSpecificPartTest1() 05-31-2024 17:57:22:FINISHED TEST : schemeSpecificPartTest1() 05-31-2024 17:57:22:STARTING TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : fromLinkThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixTest1() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixTest1() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixTest2() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixTest2() 05-31-2024 17:57:22:STARTING TEST : replaceMatrixTest3() 05-31-2024 17:57:22:FINISHED TEST : replaceMatrixTest3() 05-31-2024 17:57:22:STARTING TEST : segmentTest1() 05-31-2024 17:57:22:FINISHED TEST : segmentTest1() 05-31-2024 17:57:22:STARTING TEST : segmentTest2() 05-31-2024 17:57:22:FINISHED TEST : segmentTest2() 05-31-2024 17:57:22:STARTING TEST : segmentTest3() 05-31-2024 17:57:22:FINISHED TEST : segmentTest3() 05-31-2024 17:57:22:STARTING TEST : fromResourceTest1() 05-31-2024 17:57:22:FINISHED TEST : fromResourceTest1() 05-31-2024 17:57:22:STARTING TEST : fromResourceTest2() 05-31-2024 17:57:22:FINISHED TEST : fromResourceTest2() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-31-2024 17:57:22:IllegalArgumentException thrown as expected java.lang.IllegalArgumentException: "templateValues" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesFromEncodedThrowsNullOnNullMapTest() 05-31-2024 17:57:22:STARTING TEST : schemeSpecificPartTest() 05-31-2024 17:57:22:FINISHED TEST : schemeSpecificPartTest() 05-31-2024 17:57:22:STARTING TEST : matrixParamTest1() 05-31-2024 17:57:22:FINISHED TEST : matrixParamTest1() 05-31-2024 17:57:22:STARTING TEST : matrixParamTest2() 05-31-2024 17:57:22:FINISHED TEST : matrixParamTest2() 05-31-2024 17:57:22:STARTING TEST : matrixParamTest3() 05-31-2024 17:57:22:FINISHED TEST : matrixParamTest3() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapBooleanSlashEncodedTest() 05-31-2024 17:57:22:STARTING TEST : fromUriTest1() 05-31-2024 17:57:22:FINISHED TEST : fromUriTest1() 05-31-2024 17:57:22:STARTING TEST : fromUriTest2() 05-31-2024 17:57:22:FINISHED TEST : fromUriTest2() 05-31-2024 17:57:22:STARTING TEST : fromUriTest3() 05-31-2024 17:57:22:FINISHED TEST : fromUriTest3() 05-31-2024 17:57:22:STARTING TEST : fromUriTest4() 05-31-2024 17:57:22:FINISHED TEST : fromUriTest4() 05-31-2024 17:57:22:STARTING TEST : pathTest10() 05-31-2024 17:57:22:FINISHED TEST : pathTest10() 05-31-2024 17:57:22:STARTING TEST : pathTest11() 05-31-2024 17:57:22:FINISHED TEST : pathTest11() 05-31-2024 17:57:22:STARTING TEST : pathTest12() 05-31-2024 17:57:22:FINISHED TEST : pathTest12() 05-31-2024 17:57:22:STARTING TEST : pathTest13() 05-31-2024 17:57:22:FINISHED TEST : pathTest13() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: One or more of template keys or values are null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapBooleanThrowsIAEOnNullValueTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectTest() 05-31-2024 17:57:22:Got expected template {v}/{w}/{x}/{y}/{w} 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectTest() 05-31-2024 17:57:22:STARTING TEST : fromMethodTest() 05-31-2024 17:57:22:URI fromMethod is equal to the expected URI /sub 05-31-2024 17:57:22:FINISHED TEST : fromMethodTest() 05-31-2024 17:57:22:STARTING TEST : portTest1() 05-31-2024 17:57:22:FINISHED TEST : portTest1() 05-31-2024 17:57:22:STARTING TEST : portTest2() 05-31-2024 17:57:22:FINISHED TEST : portTest2() 05-31-2024 17:57:22:STARTING TEST : pathTest() 05-31-2024 17:57:22:FINISHED TEST : pathTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : fromEncodedTest1() 05-31-2024 17:57:22:FINISHED TEST : fromEncodedTest1() 05-31-2024 17:57:22:STARTING TEST : fromEncodedTest2() 05-31-2024 17:57:22:FINISHED TEST : fromEncodedTest2() 05-31-2024 17:57:22:STARTING TEST : fromEncodedTest3() 05-31-2024 17:57:22:FINISHED TEST : fromEncodedTest3() 05-31-2024 17:57:22:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNullValueTest() 05-31-2024 17:57:22:STARTING TEST : buildObjectsBooleanNotEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : buildObjectsBooleanNotEncodedTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateFromEncodedTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateFromEncodedTest() 05-31-2024 17:57:22:STARTING TEST : queryParamTest1() 05-31-2024 17:57:22:FINISHED TEST : queryParamTest1() 05-31-2024 17:57:22:STARTING TEST : queryParamTest2() 05-31-2024 17:57:22:FINISHED TEST : queryParamTest2() 05-31-2024 17:57:22:STARTING TEST : queryParamTest3() 05-31-2024 17:57:22:FINISHED TEST : queryParamTest3() 05-31-2024 17:57:22:STARTING TEST : queryParamTest4() 05-31-2024 17:57:22:FINISHED TEST : queryParamTest4() 05-31-2024 17:57:22:STARTING TEST : queryParamTest5() 05-31-2024 17:57:22:FINISHED TEST : queryParamTest5() 05-31-2024 17:57:22:STARTING TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: The template variable 'w' has no value 05-31-2024 17:57:22:FINISHED TEST : buildObjectsBooleanThrowsIAEWhenValueIsNullTest() 05-31-2024 17:57:22:STARTING TEST : fromPathTest1() 05-31-2024 17:57:22:FINISHED TEST : fromPathTest1() 05-31-2024 17:57:22:STARTING TEST : fromPathTest2() 05-31-2024 17:57:22:FINISHED TEST : fromPathTest2() 05-31-2024 17:57:22:STARTING TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : buildFromMapWithBooleanThrowsIAEWhenNoSuppliedValueTest() 05-31-2024 17:57:22:STARTING TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "name" parameter is null. 05-31-2024 17:57:22:FINISHED TEST : resolveTemplateStringObjectBooleanThrowsIAEOnNullNameTest() 05-31-2024 17:57:22:STARTING TEST : cloneTest1() 05-31-2024 17:57:22:FINISHED TEST : cloneTest1() 05-31-2024 17:57:22:STARTING TEST : resolveTemplatesMapTest() 05-31-2024 17:57:22:FINISHED TEST : resolveTemplatesMapTest() 05-31-2024 17:57:22:STARTING TEST : buildFromEncodedMapTest1() 05-31-2024 17:57:22:FINISHED TEST : buildFromEncodedMapTest1() 05-31-2024 17:57:22:STARTING TEST : buildFromEncodedMapTest2() 05-31-2024 17:57:22:FINISHED TEST : buildFromEncodedMapTest2() 05-31-2024 17:57:22:STARTING TEST : buildFromEncodedMapTest3() 05-31-2024 17:57:22:FINISHED TEST : buildFromEncodedMapTest3() 05-31-2024 17:57:22:STARTING TEST : buildFromEncodedMapTest4() 05-31-2024 17:57:22:FINISHED TEST : buildFromEncodedMapTest4() 05-31-2024 17:57:22:STARTING TEST : buildFromEncodedMapTest5() 05-31-2024 17:57:22:FINISHED TEST : buildFromEncodedMapTest5() [WARNING] Tests run: 126, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.097 s - in ee.jakarta.tck.ws.rs.api.rs.core.uribuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT 05-31-2024 17:57:22:STARTING TEST : languageTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found Correct status found in Response: 200 Content Language en-us en-gb zh-cn was found 05-31-2024 17:57:22:FINISHED TEST : languageTest() 05-31-2024 17:57:22:STARTING TEST : getLocationNotPresentTest() 05-31-2024 17:57:22:#getLocation returns null as expected 05-31-2024 17:57:22:FINISHED TEST : getLocationNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:22:HeaderDelegate is used for header s3 05-31-2024 17:57:22:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:22:STARTING TEST : getLinksIsNotNullTest() 05-31-2024 17:57:22:#getLinks contains no links as expected 05-31-2024 17:57:22:FINISHED TEST : getLinksIsNotNullTest() 05-31-2024 17:57:22:STARTING TEST : cacheControlTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-31-2024 17:57:22:FINISHED TEST : cacheControlTest() 05-31-2024 17:57:22:STARTING TEST : acceptedStringTest() 05-31-2024 17:57:22:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-31-2024 17:57:22:FINISHED TEST : acceptedStringTest() 05-31-2024 17:57:22:STARTING TEST : seeOtherTest() 05-31-2024 17:57:22:Correct status found in Response: 303 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-31-2024 17:57:22:FINISHED TEST : seeOtherTest() 05-31-2024 17:57:22:STARTING TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:57:22:#getLinkBuilder creates correct Link for given relation 05-31-2024 17:57:22:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:57:22:STARTING TEST : getEntityTagNotPresentTest() 05-31-2024 17:57:22:#getEntityTag() is null as expected 05-31-2024 17:57:22:FINISHED TEST : getEntityTagNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getLinksTest() 05-31-2024 17:57:22:#getLinks contains expected links 05-31-2024 17:57:22:FINISHED TEST : getLinksTest() 05-31-2024 17:57:22:STARTING TEST : variantTest() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : variantTest() 05-31-2024 17:57:22:STARTING TEST : cookieTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Expecting Set-Cookiename_1=value_1;version=1 Expecting Set-Cookiename_2=value_2;version=1;domain=;path=/acme Expecting Set-Cookiename_3=value_3;version=1;domain=y.x.foo.com;path= Processing name_1=value_1;Version=1 Expected Set-Cookie: name_1=value_1;Version=1 is found in Response. Processing name_2=value_2;Version=1;Domain=;Path=/acme Expected Set-Cookie: name_2=value_2;Version=1;Domain=;Path=/acme is found in Response. Processing name_3=value_3;Version=1;Domain=y.x.foo.com;Path= Expected Set-Cookie: name_3=value_3;Version=1;Domain=y.x.foo.com;Path= is found in Response. 05-31-2024 17:57:22:FINISHED TEST : cookieTest() 05-31-2024 17:57:22:STARTING TEST : lastModifiedTest() 05-31-2024 17:57:22:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Last-Modified Verifying the following keys in Response: Key Last-Modified is found in response 05-31-2024 17:57:22:FINISHED TEST : lastModifiedTest() 05-31-2024 17:57:22:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:22:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@59922299,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@2f1d1bf3,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@337bb408 05-31-2024 17:57:22:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:22:STARTING TEST : getLanguageNotPresentTest() 05-31-2024 17:57:22:#getLanguage() is null as expected 05-31-2024 17:57:22:FINISHED TEST : getLanguageNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : entityTest() 05-31-2024 17:57:22:Correct content found in Response: Test Only Correct status found in Response: 200 05-31-2024 17:57:22:FINISHED TEST : entityTest() 05-31-2024 17:57:22:STARTING TEST : okTest1() 05-31-2024 17:57:22:Correct status found in Response: 200 05-31-2024 17:57:22:FINISHED TEST : okTest1() 05-31-2024 17:57:22:STARTING TEST : okTest2() 05-31-2024 17:57:22:Correct content found in Response: Test only Correct status found in Response: 200 05-31-2024 17:57:22:FINISHED TEST : okTest2() 05-31-2024 17:57:22:STARTING TEST : okTest3() 05-31-2024 17:57:22:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:22:FINISHED TEST : okTest3() 05-31-2024 17:57:22:STARTING TEST : okTest4() 05-31-2024 17:57:22:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:22:FINISHED TEST : okTest4() 05-31-2024 17:57:22:STARTING TEST : okTest5() 05-31-2024 17:57:22:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found 05-31-2024 17:57:22:FINISHED TEST : okTest5() 05-31-2024 17:57:22:STARTING TEST : temporaryRedirectTest() 05-31-2024 17:57:22:Correct status found in Response: 307 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ 05-31-2024 17:57:22:FINISHED TEST : temporaryRedirectTest() 05-31-2024 17:57:22:STARTING TEST : getMediaTypeTest() 05-31-2024 17:57:22:#getMediaType returned expected MediaType 05-31-2024 17:57:22:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:57:22:STARTING TEST : fromResponseTest() 05-31-2024 17:57:22:Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Type text/html was found Correct content found in Response: Test Only Correct status found in Response: 200 Encoding compress was found Content Language en-us en-gb zh-cn was found Content Type text/html was found 05-31-2024 17:57:22:FINISHED TEST : fromResponseTest() 05-31-2024 17:57:22:STARTING TEST : getLinkTest() 05-31-2024 17:57:22:#getLink matches expected Link 05-31-2024 17:57:22:FINISHED TEST : getLinkTest() 05-31-2024 17:57:22:STARTING TEST : statusTest3() 05-31-2024 17:57:22:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-31-2024 17:57:22:FINISHED TEST : statusTest3() 05-31-2024 17:57:22:STARTING TEST : statusTest4() 05-31-2024 17:57:22:Correct status found in Response: 200 Correct status found in Response: 201 Correct status found in Response: 202 Correct status found in Response: 204 Correct status found in Response: 205 Correct status found in Response: 206 Correct status found in Response: 300 Correct status found in Response: 301 Correct status found in Response: 302 Correct status found in Response: 303 Correct status found in Response: 304 Correct status found in Response: 305 Correct status found in Response: 307 Correct status found in Response: 308 Correct status found in Response: 400 Correct status found in Response: 401 Correct status found in Response: 402 Correct status found in Response: 403 Correct status found in Response: 404 Correct status found in Response: 405 Correct status found in Response: 406 Correct status found in Response: 407 Correct status found in Response: 408 Correct status found in Response: 409 Correct status found in Response: 410 Correct status found in Response: 411 Correct status found in Response: 412 Correct status found in Response: 413 Correct status found in Response: 414 Correct status found in Response: 415 Correct status found in Response: 416 Correct status found in Response: 417 Correct status found in Response: 428 Correct status found in Response: 429 Correct status found in Response: 431 Correct status found in Response: 451 Correct status found in Response: 500 Correct status found in Response: 501 Correct status found in Response: 502 Correct status found in Response: 503 Correct status found in Response: 504 Correct status found in Response: 505 Correct status found in Response: 511 05-31-2024 17:57:22:FINISHED TEST : statusTest4() 05-31-2024 17:57:22:STARTING TEST : statusTest5() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : statusTest5() 05-31-2024 17:57:22:STARTING TEST : statusTest7() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : statusTest7() 05-31-2024 17:57:22:STARTING TEST : tagTest1() 05-31-2024 17:57:22:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-31-2024 17:57:22:FINISHED TEST : tagTest1() 05-31-2024 17:57:22:STARTING TEST : tagTest2() 05-31-2024 17:57:22:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-31-2024 17:57:22:FINISHED TEST : tagTest2() 05-31-2024 17:57:22:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:IllegalStateException has been thrown as expected 05-31-2024 17:57:22:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:57:22:getHeaders is mutable 05-31-2024 17:57:22:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:57:22:STARTING TEST : typeTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:22:FINISHED TEST : typeTest() 05-31-2024 17:57:22:STARTING TEST : cloneTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. Correct content found in Response: TestOnly Correct status found in Response: 200 Encoding gzip was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found 05-31-2024 17:57:22:FINISHED TEST : cloneTest() 05-31-2024 17:57:22:STARTING TEST : acceptedGenericEntityTest() 05-31-2024 17:57:22:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-31-2024 17:57:22:FINISHED TEST : acceptedGenericEntityTest() 05-31-2024 17:57:22:STARTING TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:22:#hasLink has not found any Link as expected 05-31-2024 17:57:22:FINISHED TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:22:STARTING TEST : createdTest() 05-31-2024 17:57:22:Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 201 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-31-2024 17:57:22:FINISHED TEST : createdTest() 05-31-2024 17:57:22:STARTING TEST : getLanguageTest() 05-31-2024 17:57:22:#getLocale matches the Content-Language HTTP header 05-31-2024 17:57:22:FINISHED TEST : getLanguageTest() 05-31-2024 17:57:22:STARTING TEST : notAcceptableTest() 05-31-2024 17:57:22:Correct status found in Response: 406 05-31-2024 17:57:22:FINISHED TEST : notAcceptableTest() 05-31-2024 17:57:22:STARTING TEST : getDateTest() 05-31-2024 17:57:22:#getDate matches the Date HTTP header 05-31-2024 17:57:22:FINISHED TEST : getDateTest() 05-31-2024 17:57:22:STARTING TEST : languageTest1() 05-31-2024 17:57:22:Correct status found in Response: 200 Content Language en-us was found Correct status found in Response: 200 Content Language en-gb was found Correct status found in Response: 200 Content Language zh-cn was found 05-31-2024 17:57:22:FINISHED TEST : languageTest1() 05-31-2024 17:57:22:STARTING TEST : notModifiedTest1() 05-31-2024 17:57:22:Correct status found in Response: 304 05-31-2024 17:57:22:FINISHED TEST : notModifiedTest1() 05-31-2024 17:57:22:STARTING TEST : notModifiedTest2() 05-31-2024 17:57:22:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-31-2024 17:57:22:FINISHED TEST : notModifiedTest2() 05-31-2024 17:57:22:STARTING TEST : notModifiedTest3() 05-31-2024 17:57:22:Correct status found in Response: 304 ========== Verifying a Response with Map: Response contains key: ETag Verifying the following keys in Response: Processed key ETAG with expected value TestOnly 05-31-2024 17:57:22:FINISHED TEST : notModifiedTest3() 05-31-2024 17:57:22:STARTING TEST : getDateNotPresentTest() 05-31-2024 17:57:22:#getDate is null as expected 05-31-2024 17:57:22:FINISHED TEST : getDateNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getHeaderStringTest() 05-31-2024 17:57:22:Found following objects: 05-31-2024 17:57:22:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 31 17:57:22 UTC 2024 Content-Language:fr_CA 05-31-2024 17:57:22:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:57:22:STARTING TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:57:22:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@4f3b6f8d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@22508e29,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@9752f5e 05-31-2024 17:57:22:FINISHED TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:57:22:STARTING TEST : getAllowedMethodsTest() 05-31-2024 17:57:22:#getAllowedMethods returned expected methods TRACE;POST 05-31-2024 17:57:22:FINISHED TEST : getAllowedMethodsTest() 05-31-2024 17:57:22:STARTING TEST : locationTest() 05-31-2024 17:57:22:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Location Verifying the following keys in Response: Processed key Location with expected value file:///~/calendar 05-31-2024 17:57:22:FINISHED TEST : locationTest() 05-31-2024 17:57:22:STARTING TEST : getLengthNotPresentTest() 05-31-2024 17:57:22:#getLength matches expected Content-Length -1 05-31-2024 17:57:22:FINISHED TEST : getLengthNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-31-2024 17:57:22:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:STARTING TEST : statusFamilyValueOfTest() 05-31-2024 17:57:22:FINISHED TEST : statusFamilyValueOfTest() 05-31-2024 17:57:22:STARTING TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:22:#getCookies is read-only as expected 05-31-2024 17:57:22:FINISHED TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:22:STARTING TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:57:22:toString method is used as expected 05-31-2024 17:57:22:FINISHED TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:57:22:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:#bufferEntity throws IllegalStateException as expected 05-31-2024 17:57:22:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:22:STARTING TEST : acceptedNoArgTest() 05-31-2024 17:57:22:Correct status found in Response: 202 05-31-2024 17:57:22:FINISHED TEST : acceptedNoArgTest() 05-31-2024 17:57:22:STARTING TEST : getFamilyTest() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : getFamilyTest() 05-31-2024 17:57:22:STARTING TEST : typeTest1() 05-31-2024 17:57:22:Correct status found in Response: 200 Content Type text/html was found 05-31-2024 17:57:22:FINISHED TEST : typeTest1() 05-31-2024 17:57:22:STARTING TEST : getEntityTagTest() 05-31-2024 17:57:22:#getEntityTag is "getEntityTag" as expected 05-31-2024 17:57:22:FINISHED TEST : getEntityTagTest() 05-31-2024 17:57:22:STARTING TEST : noContentTest() 05-31-2024 17:57:22:Correct status found in Response: 204 05-31-2024 17:57:22:FINISHED TEST : noContentTest() 05-31-2024 17:57:22:STARTING TEST : getHeadersTest() 05-31-2024 17:57:22:Found following objects: 05-31-2024 17:57:22:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 31 17:57:22 UTC 2024 Content-Language:fr_CA 05-31-2024 17:57:22:FINISHED TEST : getHeadersTest() 05-31-2024 17:57:22:STARTING TEST : toStringTest() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : toStringTest() 05-31-2024 17:57:22:STARTING TEST : getLastModifiedNotPresentTest() 05-31-2024 17:57:22:#getLastModified() is null as expected 05-31-2024 17:57:22:FINISHED TEST : getLastModifiedNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getStatusInfoTest() 05-31-2024 17:57:22:#getStatusInfo returned expected StatusTypes 05-31-2024 17:57:22:FINISHED TEST : getStatusInfoTest() 05-31-2024 17:57:22:STARTING TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:22:#hasEntity found the entity as expected 05-31-2024 17:57:22:FINISHED TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:22:STARTING TEST : getLengthTest() 05-31-2024 17:57:22:#getLength matches expected Content-Length 10 05-31-2024 17:57:22:FINISHED TEST : getLengthTest() 05-31-2024 17:57:22:STARTING TEST : contentLocationTest() 05-31-2024 17:57:22:Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value mailto:java-net@java.sun.com Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value news:comp.lang.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value urn:isbn:096139210x Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value http://java.sun.com/j2se/1.3/ Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value docs/guide/collections/designfaq.html#28 Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value ../../../demo/jfc/SwingSet2/src/SwingSet2.java Correct status found in Response: 200 ========== Verifying a Response with Map: Response contains key: Content-Location Verifying the following keys in Response: Processed key Content-Location with expected value file:///~/calendar 05-31-2024 17:57:22:FINISHED TEST : contentLocationTest() 05-31-2024 17:57:22:STARTING TEST : getReasonPhraseTest() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : getReasonPhraseTest() 05-31-2024 17:57:22:STARTING TEST : getLastModifiedTest() 05-31-2024 17:57:22:#getLastModified matches the Last-Modified HTTP header 05-31-2024 17:57:22:FINISHED TEST : getLastModifiedTest() 05-31-2024 17:57:22:STARTING TEST : serverErrorTest() 05-31-2024 17:57:22:Correct status found in Response: 500 05-31-2024 17:57:22:FINISHED TEST : serverErrorTest() 05-31-2024 17:57:22:STARTING TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:22:#hasEntity found the Link as expected 05-31-2024 17:57:22:FINISHED TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:22:STARTING TEST : statusValueOfTest() 05-31-2024 17:57:22: 05-31-2024 17:57:22:FINISHED TEST : statusValueOfTest() 05-31-2024 17:57:22:STARTING TEST : getLocationTest() 05-31-2024 17:57:22:#getLocation contains expected location 05-31-2024 17:57:22:FINISHED TEST : getLocationTest() 05-31-2024 17:57:22:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-31-2024 17:57:22:#bufferEntity did ignore no backing stream as expected 05-31-2024 17:57:22:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-31-2024 17:57:22:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:57:22:#getLinkBuilder returned null as expected 05-31-2024 17:57:22:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:57:22:STARTING TEST : getLinkNotPresentTest() 05-31-2024 17:57:22:#getLink return null as expected 05-31-2024 17:57:22:FINISHED TEST : getLinkNotPresentTest() 05-31-2024 17:57:22:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-31-2024 17:57:22:#getMediaType returned null as expected 05-31-2024 17:57:22:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-31-2024 17:57:22:STARTING TEST : getCookiesTest() 05-31-2024 17:57:22:Expecting Set-Cookiec1=v1;version=1 Expecting Set-Cookiec2=v2;version=1 Processing c1=v1;Version=1 Expected Set-Cookie: c1=v1;Version=1 is found in Response. Processing c2=v2;Version=1 Expected Set-Cookie: c2=v2;Version=1 is found in Response. 05-31-2024 17:57:22:#getCookies returned expected cookies 05-31-2024 17:57:22:FINISHED TEST : getCookiesTest() 05-31-2024 17:57:22:STARTING TEST : statusFamilyValuesTest() 05-31-2024 17:57:22:FINISHED TEST : statusFamilyValuesTest() 05-31-2024 17:57:22:STARTING TEST : headerTest() 05-31-2024 17:57:22:Correct status found in Response: 200 Encoding gzip was found Encoding compress was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Language en-us en-gb zh-cn was found Content Type text/plain was found Content Type text/html was found Expecting Set-Cookiename_1=value_1;version=1 Processing name_1=value_1;version=1 Expected Set-Cookie: name_1=value_1;version=1 is found in Response. 05-31-2024 17:57:22:FINISHED TEST : headerTest() 05-31-2024 17:57:22:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:57:22:#hasEntity has not found any entity as expected 05-31-2024 17:57:22:FINISHED TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:57:22:STARTING TEST : allowStringArrayTest() 05-31-2024 17:57:22:Found expected allowed method OPTIONS 05-31-2024 17:57:22:Found expected allowed method TRACE 05-31-2024 17:57:22:FINISHED TEST : allowStringArrayTest() 05-31-2024 17:57:22:STARTING TEST : linksTest() 05-31-2024 17:57:22:Found expected links 05-31-2024 17:57:22:FINISHED TEST : linksTest() 05-31-2024 17:57:23:STARTING TEST : allowStringArrayTruncateDuplicatesTest() 05-31-2024 17:57:23:OPTIONS has been found in allowed methods 05-31-2024 17:57:23:FINISHED TEST : allowStringArrayTruncateDuplicatesTest() 05-31-2024 17:57:23:STARTING TEST : statusTest1() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest1() 05-31-2024 17:57:23:STARTING TEST : statusTest2() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest2() 05-31-2024 17:57:23:STARTING TEST : encodingTest() 05-31-2024 17:57:23:Encoding gzip was found Encoding ccitt was found Encoding pic was found 05-31-2024 17:57:23:Found expected encodings 05-31-2024 17:57:23:FINISHED TEST : encodingTest() 05-31-2024 17:57:23:STARTING TEST : linkStringStringTest() 05-31-2024 17:57:23:Found expected link ; rel="REL" 05-31-2024 17:57:23:FINISHED TEST : linkStringStringTest() 05-31-2024 17:57:23:STARTING TEST : replaceAllByNullTest() 05-31-2024 17:57:23:FINISHED TEST : replaceAllByNullTest() 05-31-2024 17:57:23:STARTING TEST : replaceAllTest() 05-31-2024 17:57:23:FINISHED TEST : replaceAllTest() 05-31-2024 17:57:23:STARTING TEST : allowStringSetNullRemovesAllTest() 05-31-2024 17:57:23:Allowed methods has been removed by null value as expected 05-31-2024 17:57:23:FINISHED TEST : allowStringSetNullRemovesAllTest() 05-31-2024 17:57:23:STARTING TEST : expiresTest() 05-31-2024 17:57:23:Set and fetched expire dates matched 05-31-2024 17:57:23:FINISHED TEST : expiresTest() 05-31-2024 17:57:23:STARTING TEST : allowStringSetTest() 05-31-2024 17:57:23:Found expected allowed method OPTIONS 05-31-2024 17:57:23:Found expected allowed method TRACE 05-31-2024 17:57:23:FINISHED TEST : allowStringSetTest() 05-31-2024 17:57:23:STARTING TEST : linkUriStringTest() 05-31-2024 17:57:23:Found expected link ; rel="REL" 05-31-2024 17:57:23:FINISHED TEST : linkUriStringTest() 05-31-2024 17:57:23:STARTING TEST : variantsTest() 05-31-2024 17:57:23:Found expected header Accept-Language. Found expected header Accept-Encoding. 05-31-2024 17:57:23:FINISHED TEST : variantsTest() 05-31-2024 17:57:23:STARTING TEST : allowStringArrayNullRemovesAllTest() 05-31-2024 17:57:23:Allowed methods has been removed by null value as expected 05-31-2024 17:57:23:FINISHED TEST : allowStringArrayNullRemovesAllTest() [INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsebuilder.BuilderClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : languageTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : languageTest() 05-31-2024 17:57:23:STARTING TEST : getLocationNotPresentTest() 05-31-2024 17:57:23:#getLocation returns null as expected 05-31-2024 17:57:23:FINISHED TEST : getLocationNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:23:HeaderDelegate is used for header s3 05-31-2024 17:57:23:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:23:STARTING TEST : getLinksIsNotNullTest() 05-31-2024 17:57:23:#getLinks contains no links as expected 05-31-2024 17:57:23:FINISHED TEST : getLinksIsNotNullTest() 05-31-2024 17:57:23:STARTING TEST : cacheControlTest() 05-31-2024 17:57:23:Correct status found in Response: 200 Expecting Cache-Control no-store Expecting Cache-Control no-transform 05-31-2024 17:57:23:FINISHED TEST : cacheControlTest() 05-31-2024 17:57:23:STARTING TEST : acceptedStringTest() 05-31-2024 17:57:23:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-31-2024 17:57:23:FINISHED TEST : acceptedStringTest() 05-31-2024 17:57:23:STARTING TEST : seeOtherTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : seeOtherTest() 05-31-2024 17:57:23:STARTING TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:57:23:#getLinkBuilder creates correct Link for given relation 05-31-2024 17:57:23:FINISHED TEST : getLinkBuilderForTheRelationTest() 05-31-2024 17:57:23:STARTING TEST : getEntityTagNotPresentTest() 05-31-2024 17:57:23:#getEntityTag() is null as expected 05-31-2024 17:57:23:FINISHED TEST : getEntityTagNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getLinksTest() 05-31-2024 17:57:23:#getLinks contains expected links 05-31-2024 17:57:23:FINISHED TEST : getLinksTest() 05-31-2024 17:57:23:STARTING TEST : variantTest() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : variantTest() 05-31-2024 17:57:23:STARTING TEST : cookieTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : cookieTest() 05-31-2024 17:57:23:STARTING TEST : lastModifiedTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : lastModifiedTest() 05-31-2024 17:57:23:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:23:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@b4395cb,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@432e29bc,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3ef74039 05-31-2024 17:57:23:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:23:STARTING TEST : getLanguageNotPresentTest() 05-31-2024 17:57:23:#getLanguage() is null as expected 05-31-2024 17:57:23:FINISHED TEST : getLanguageNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : entityTest() 05-31-2024 17:57:23:Correct content found in Response: Test Only Correct status found in Response: 200 05-31-2024 17:57:23:FINISHED TEST : entityTest() 05-31-2024 17:57:23:STARTING TEST : okTest1() 05-31-2024 17:57:23:Correct status found in Response: 200 05-31-2024 17:57:23:FINISHED TEST : okTest1() 05-31-2024 17:57:23:STARTING TEST : okTest2() 05-31-2024 17:57:23:Correct content found in Response: Test only Correct status found in Response: 200 05-31-2024 17:57:23:FINISHED TEST : okTest2() 05-31-2024 17:57:23:STARTING TEST : okTest3() 05-31-2024 17:57:23:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:23:FINISHED TEST : okTest3() 05-31-2024 17:57:23:STARTING TEST : okTest4() 05-31-2024 17:57:23:Correct content found in Response: Test only Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:23:FINISHED TEST : okTest4() 05-31-2024 17:57:23:STARTING TEST : okTest5() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : okTest5() 05-31-2024 17:57:23:STARTING TEST : temporaryRedirectTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : temporaryRedirectTest() 05-31-2024 17:57:23:STARTING TEST : getMediaTypeTest() 05-31-2024 17:57:23:#getMediaType returned expected MediaType 05-31-2024 17:57:23:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : fromResponseTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : fromResponseTest() 05-31-2024 17:57:23:STARTING TEST : getLinkTest() 05-31-2024 17:57:23:#getLink matches expected Link 05-31-2024 17:57:23:FINISHED TEST : getLinkTest() 05-31-2024 17:57:23:STARTING TEST : statusTest1() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest1() 05-31-2024 17:57:23:STARTING TEST : statusTest2() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest2() 05-31-2024 17:57:23:STARTING TEST : statusTest3() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest3() 05-31-2024 17:57:23:STARTING TEST : statusTest4() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : statusTest4() 05-31-2024 17:57:23:STARTING TEST : statusTest5() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : statusTest5() 05-31-2024 17:57:23:STARTING TEST : statusTest7() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : statusTest7() 05-31-2024 17:57:23:STARTING TEST : tagTest1() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : tagTest1() 05-31-2024 17:57:23:STARTING TEST : tagTest2() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : tagTest2() 05-31-2024 17:57:23:STARTING TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:IllegalStateException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : hasEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:57:23:getHeaders is mutable 05-31-2024 17:57:23:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:57:23:STARTING TEST : typeTest() 05-31-2024 17:57:23:Correct status found in Response: 200 Content Type text/plain was found 05-31-2024 17:57:23:FINISHED TEST : typeTest() 05-31-2024 17:57:23:STARTING TEST : cloneTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : cloneTest() 05-31-2024 17:57:23:STARTING TEST : acceptedGenericEntityTest() 05-31-2024 17:57:23:Correct status found in Response: 202 Correct content found in Response: ENtiTy 05-31-2024 17:57:23:FINISHED TEST : acceptedGenericEntityTest() 05-31-2024 17:57:23:STARTING TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:23:#hasLink has not found any Link as expected 05-31-2024 17:57:23:FINISHED TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:23:STARTING TEST : createdTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : createdTest() 05-31-2024 17:57:23:STARTING TEST : getLanguageTest() 05-31-2024 17:57:23:#getLocale matches the Content-Language HTTP header 05-31-2024 17:57:23:FINISHED TEST : getLanguageTest() 05-31-2024 17:57:23:STARTING TEST : notAcceptableTest() 05-31-2024 17:57:23:Correct status found in Response: 406 05-31-2024 17:57:23:FINISHED TEST : notAcceptableTest() 05-31-2024 17:57:23:STARTING TEST : getDateTest() 05-31-2024 17:57:23:#getDate matches the Date HTTP header 05-31-2024 17:57:23:FINISHED TEST : getDateTest() 05-31-2024 17:57:23:STARTING TEST : languageTest1() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : languageTest1() 05-31-2024 17:57:23:STARTING TEST : notModifiedTest1() 05-31-2024 17:57:23:Correct status found in Response: 304 05-31-2024 17:57:23:FINISHED TEST : notModifiedTest1() 05-31-2024 17:57:23:STARTING TEST : notModifiedTest2() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : notModifiedTest2() 05-31-2024 17:57:23:STARTING TEST : notModifiedTest3() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : notModifiedTest3() 05-31-2024 17:57:23:STARTING TEST : getDateNotPresentTest() 05-31-2024 17:57:23:#getDate is null as expected 05-31-2024 17:57:23:FINISHED TEST : getDateNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getHeaderStringTest() 05-31-2024 17:57:23:Found following objects: 05-31-2024 17:57:23:Cache-Control:no-store, no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 31 17:57:23 UTC 2024 Content-Language:fr_CA 05-31-2024 17:57:23:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:57:23:STARTING TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:57:23:#getStringHeaders contains expected values org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@425885b3,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@3c87498d,org.glassfish.jersey.internal.util.collection.Views$2$1$1$1@23178213 05-31-2024 17:57:23:FINISHED TEST : getStringHeadersUsingToStringTest() 05-31-2024 17:57:23:STARTING TEST : getAllowedMethodsTest() 05-31-2024 17:57:23:#getAllowedMethods returned expected methods TRACE;POST 05-31-2024 17:57:23:FINISHED TEST : getAllowedMethodsTest() 05-31-2024 17:57:23:STARTING TEST : locationTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : locationTest() 05-31-2024 17:57:23:STARTING TEST : getLengthNotPresentTest() 05-31-2024 17:57:23:#getLength matches expected Content-Length -1 05-31-2024 17:57:23:FINISHED TEST : getLengthNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:#getEntity throws IllegalStateException as expected java.lang.IllegalStateException: Response is closed. 05-31-2024 17:57:23:FINISHED TEST : getEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:STARTING TEST : statusFamilyValueOfTest() 05-31-2024 17:57:23:FINISHED TEST : statusFamilyValueOfTest() 05-31-2024 17:57:23:STARTING TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:23:#getCookies is read-only as expected 05-31-2024 17:57:23:FINISHED TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:57:23:toString method is used as expected 05-31-2024 17:57:23:FINISHED TEST : getHeaderStringUsingToStringTest() 05-31-2024 17:57:23:STARTING TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:#bufferEntity throws IllegalStateException as expected 05-31-2024 17:57:23:FINISHED TEST : bufferEntityThrowsIllegalStateExceptionTest() 05-31-2024 17:57:23:STARTING TEST : acceptedNoArgTest() 05-31-2024 17:57:23:Correct status found in Response: 202 05-31-2024 17:57:23:FINISHED TEST : acceptedNoArgTest() 05-31-2024 17:57:23:STARTING TEST : getFamilyTest() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : getFamilyTest() 05-31-2024 17:57:23:STARTING TEST : typeTest1() 05-31-2024 17:57:23:Correct status found in Response: 200 Content Type text/html was found 05-31-2024 17:57:23:FINISHED TEST : typeTest1() 05-31-2024 17:57:23:STARTING TEST : getEntityTagTest() 05-31-2024 17:57:23:#getEntityTag is "getEntityTag" as expected 05-31-2024 17:57:23:FINISHED TEST : getEntityTagTest() 05-31-2024 17:57:23:STARTING TEST : noContentTest() 05-31-2024 17:57:23:Correct status found in Response: 204 05-31-2024 17:57:23:FINISHED TEST : noContentTest() 05-31-2024 17:57:23:STARTING TEST : getHeadersTest() 05-31-2024 17:57:23:Found following objects: 05-31-2024 17:57:23:Cache-Control:no-transform Set-Cookie:cookie=eikooc;Version=1 Content-Encoding:gzip Expires:Fri May 31 17:57:23 UTC 2024 Content-Language:fr_CA 05-31-2024 17:57:23:FINISHED TEST : getHeadersTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : getLastModifiedNotPresentTest() 05-31-2024 17:57:23:#getLastModified() is null as expected 05-31-2024 17:57:23:FINISHED TEST : getLastModifiedNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getStatusInfoTest() 05-31-2024 17:57:23:#getStatusInfo returned expected StatusTypes 05-31-2024 17:57:23:FINISHED TEST : getStatusInfoTest() 05-31-2024 17:57:23:STARTING TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:23:#hasEntity found the entity as expected 05-31-2024 17:57:23:FINISHED TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:23:STARTING TEST : getLengthTest() 05-31-2024 17:57:23:#getLength matches expected Content-Length 10 05-31-2024 17:57:23:FINISHED TEST : getLengthTest() 05-31-2024 17:57:23:STARTING TEST : contentLocationTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : contentLocationTest() 05-31-2024 17:57:23:STARTING TEST : getReasonPhraseTest() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : getReasonPhraseTest() 05-31-2024 17:57:23:STARTING TEST : getLastModifiedTest() 05-31-2024 17:57:23:#getLastModified matches the Last-Modified HTTP header 05-31-2024 17:57:23:FINISHED TEST : getLastModifiedTest() 05-31-2024 17:57:23:STARTING TEST : serverErrorTest() 05-31-2024 17:57:23:Correct status found in Response: 500 05-31-2024 17:57:23:FINISHED TEST : serverErrorTest() 05-31-2024 17:57:23:STARTING TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:23:#hasEntity found the Link as expected 05-31-2024 17:57:23:FINISHED TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:23:STARTING TEST : statusValueOfTest() 05-31-2024 17:57:23: 05-31-2024 17:57:23:FINISHED TEST : statusValueOfTest() 05-31-2024 17:57:23:STARTING TEST : getLocationTest() 05-31-2024 17:57:23:#getLocation contains expected location 05-31-2024 17:57:23:FINISHED TEST : getLocationTest() 05-31-2024 17:57:23:STARTING TEST : bufferEntityIgnoreNoBackingStreamTest() 05-31-2024 17:57:23:#bufferEntity did ignore no backing stream as expected 05-31-2024 17:57:23:FINISHED TEST : bufferEntityIgnoreNoBackingStreamTest() 05-31-2024 17:57:23:STARTING TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:57:23:#getLinkBuilder returned null as expected 05-31-2024 17:57:23:FINISHED TEST : getLinkBuilderForTheNotPresentRelationTest() 05-31-2024 17:57:23:STARTING TEST : getLinkNotPresentTest() 05-31-2024 17:57:23:#getLink return null as expected 05-31-2024 17:57:23:FINISHED TEST : getLinkNotPresentTest() 05-31-2024 17:57:23:STARTING TEST : getMediaTypeNoMediaTypeTest() 05-31-2024 17:57:23:#getMediaType returned null as expected 05-31-2024 17:57:23:FINISHED TEST : getMediaTypeNoMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : variantsTest() 05-31-2024 17:57:23:Correct status found in Response: 200 Found expected header accept-language. Found expected header accept-encoding. 05-31-2024 17:57:23:FINISHED TEST : variantsTest() 05-31-2024 17:57:23:STARTING TEST : getCookiesTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:#getCookies returned expected cookies 05-31-2024 17:57:23:FINISHED TEST : getCookiesTest() 05-31-2024 17:57:23:STARTING TEST : statusFamilyValuesTest() 05-31-2024 17:57:23:FINISHED TEST : statusFamilyValuesTest() 05-31-2024 17:57:23:STARTING TEST : headerTest() 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : headerTest() 05-31-2024 17:57:23:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:57:23:#hasEntity has not found any entity as expected 05-31-2024 17:57:23:FINISHED TEST : hasEntityWhenNoEntityTest() [INFO] Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in ee.jakarta.tck.ws.rs.api.rs.core.responseclient.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorNullStringTest() 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:FINISHED TEST : constructorNullStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:The exception contains expected #getMessage() 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.nocontentexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : valueOfTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : valueOfTest() 05-31-2024 17:57:23:STARTING TEST : valueOfTest1() 05-31-2024 17:57:23:FINISHED TEST : valueOfTest1() 05-31-2024 17:57:23:STARTING TEST : constructorTest1() 05-31-2024 17:57:23:FINISHED TEST : constructorTest1() 05-31-2024 17:57:23:STARTING TEST : constructorTest2() 05-31-2024 17:57:23:FINISHED TEST : constructorTest2() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() "cts test Strong EntityTag test". W/"cts test Weak EntityTag test". 05-31-2024 17:57:23:FINISHED TEST : toStringTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.entitytag.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForLoadTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithSingleValuedMapTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 05-31-2024 17:57:23:FINISHED TEST : constructorWithSingleValuedMapTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCapacityAndLoadTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:For given key the map does not contain following values as expected: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : constructorWithCapacityAndLoadTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithMapThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : constructorWithMapThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : defaultConstructorTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:For given key the map does not contain following values as expected: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : defaultConstructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithMapTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:FINISHED TEST : constructorWithMapTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithInitialCapacityTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:For given key the map does not contain following values as expected: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : constructorWithInitialCapacityTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithSingleValuedMapThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : constructorWithSingleValuedMapThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : constructorWithInitialCapacityThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : constructorWithCapacityAndLoadThrowsExceptionForCapacityTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedhashmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : isRegisteredProviderRegisteredClassTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found registered CallableProvider1 as expected on Client configuration 05-31-2024 17:57:23:Found registered CallableProvider2 as expected on WebTarget configuration 05-31-2024 17:57:23:Found registered CallableProvider1 as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : isRegisteredProviderRegisteredClassTest() 05-31-2024 17:57:23:STARTING TEST : getRuntimeTypeTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getRuntimeType() is CLIENT as expected on Client configuration 05-31-2024 17:57:23:#getRuntimeType() is CLIENT as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : getRuntimeTypeTest() 05-31-2024 17:57:23:STARTING TEST : getContractsTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on Client configuration 05-31-2024 17:57:23:Found expected priority 124 05-31-2024 17:57:23:#getContracts() is interface jakarta.ws.rs.ext.MessageBodyReader as expected on WebTarget configuration 05-31-2024 17:57:23:Found expected priority 124 05-31-2024 17:57:23:FINISHED TEST : getContractsTest() 05-31-2024 17:57:23:STARTING TEST : getContractsIsNeverNullTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getContracts() is not null as expected on Client configuration 05-31-2024 17:57:23:#getContracts() is not null as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : getContractsIsNeverNullTest() 05-31-2024 17:57:23:STARTING TEST : getClassesIsNeverNullTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getClasses() is not null as expected on Client configuration 05-31-2024 17:57:23:#getClasses() is not null as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : getClassesIsNeverNullTest() 05-31-2024 17:57:23:STARTING TEST : getClassesTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 providers 05-31-2024 17:57:23:Found 2 providers 05-31-2024 17:57:23:FINISHED TEST : getClassesTest() 05-31-2024 17:57:23:STARTING TEST : getInstancesIsImmutableTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 0 providers 05-31-2024 17:57:23:Found 0 providers 05-31-2024 17:57:23:FINISHED TEST : getInstancesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getPropertiesIsImmutableTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 properties 05-31-2024 17:57:23:Found 2 properties 05-31-2024 17:57:23:FINISHED TEST : getPropertiesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 properties 05-31-2024 17:57:23:Found 2 properties 05-31-2024 17:57:23:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getProperty('nonexisting') is null as expected 05-31-2024 17:57:23:#getProperty('nonexisting') is null as expected 05-31-2024 17:57:23:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found property0 05-31-2024 17:57:23:Found property1 05-31-2024 17:57:23:FINISHED TEST : getPropertyTest() 05-31-2024 17:57:23:STARTING TEST : getInstancesIsNeverNullTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:#getInstances() is not null as expected on Client configuration 05-31-2024 17:57:23:#getInstances() is not null as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : getInstancesIsNeverNullTest() 05-31-2024 17:57:23:STARTING TEST : getPropertiesTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 properties 05-31-2024 17:57:23:Found 2 properties 05-31-2024 17:57:23:FINISHED TEST : getPropertiesTest() 05-31-2024 17:57:23:STARTING TEST : getClassesIsImmutableTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 0 providers 05-31-2024 17:57:23:Found 0 providers 05-31-2024 17:57:23:Found 0 providers 05-31-2024 17:57:23:FINISHED TEST : getClassesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getInstancesTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 providers 05-31-2024 17:57:23:Found 2 providers 05-31-2024 17:57:23:FINISHED TEST : getInstancesTest() 05-31-2024 17:57:23:STARTING TEST : isRegisteredProviderRegisteredInstanceTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found registered CallableProvider1 as expected on Client configuration 05-31-2024 17:57:23:Found registered CallableProvider2 as expected on WebTarget configuration 05-31-2024 17:57:23:Found registered CallableProvider1 as expected on WebTarget configuration 05-31-2024 17:57:23:FINISHED TEST : isRegisteredProviderRegisteredInstanceTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyNamesIsImmutableTest() 05-31-2024 17:57:23:Already registered 0 classes 05-31-2024 17:57:23:Already registered 0 instances 05-31-2024 17:57:23:Already registered 0 properties 05-31-2024 17:57:23:Found 1 properties 05-31-2024 17:57:23:Found 2 properties 05-31-2024 17:57:23:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in ee.jakarta.tck.ws.rs.api.rs.core.configuration.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : familyOfTest() 05-31-2024 17:57:23:#familyOf() returned expected Family for given statuses 05-31-2024 17:57:23:FINISHED TEST : familyOfTest() 05-31-2024 17:57:23:STARTING TEST : getStatusCodeTest() 05-31-2024 17:57:23:Found expected status code 200 for status 200 05-31-2024 17:57:23:Found expected status code 201 for status 201 05-31-2024 17:57:23:Found expected status code 202 for status 202 05-31-2024 17:57:23:Found expected status code 204 for status 204 05-31-2024 17:57:23:Found expected status code 205 for status 205 05-31-2024 17:57:23:Found expected status code 206 for status 206 05-31-2024 17:57:23:Found expected status code 301 for status 301 05-31-2024 17:57:23:Found expected status code 302 for status 302 05-31-2024 17:57:23:Found expected status code 303 for status 303 05-31-2024 17:57:23:Found expected status code 304 for status 304 05-31-2024 17:57:23:Found expected status code 305 for status 305 05-31-2024 17:57:23:Found expected status code 307 for status 307 05-31-2024 17:57:23:Found expected status code 400 for status 400 05-31-2024 17:57:23:Found expected status code 401 for status 401 05-31-2024 17:57:23:Found expected status code 402 for status 402 05-31-2024 17:57:23:Found expected status code 403 for status 403 05-31-2024 17:57:23:Found expected status code 404 for status 404 05-31-2024 17:57:23:Found expected status code 405 for status 405 05-31-2024 17:57:23:Found expected status code 406 for status 406 05-31-2024 17:57:23:Found expected status code 407 for status 407 05-31-2024 17:57:23:Found expected status code 408 for status 408 05-31-2024 17:57:23:Found expected status code 409 for status 409 05-31-2024 17:57:23:Found expected status code 410 for status 410 05-31-2024 17:57:23:Found expected status code 411 for status 411 05-31-2024 17:57:23:Found expected status code 412 for status 412 05-31-2024 17:57:23:Found expected status code 413 for status 413 05-31-2024 17:57:23:Found expected status code 414 for status 414 05-31-2024 17:57:23:Found expected status code 415 for status 415 05-31-2024 17:57:23:Found expected status code 416 for status 416 05-31-2024 17:57:23:Found expected status code 417 for status 417 05-31-2024 17:57:23:Found expected status code 500 for status 500 05-31-2024 17:57:23:Found expected status code 501 for status 501 05-31-2024 17:57:23:Found expected status code 502 for status 502 05-31-2024 17:57:23:Found expected status code 503 for status 503 05-31-2024 17:57:23:Found expected status code 504 for status 504 05-31-2024 17:57:23:Found expected status code 505 for status 505 05-31-2024 17:57:23:FINISHED TEST : getStatusCodeTest() 05-31-2024 17:57:23:STARTING TEST : getFamilyTest() 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 200 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 201 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 202 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 204 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 205 05-31-2024 17:57:23:Found expected family SUCCESSFUL for status 206 05-31-2024 17:57:23:Found expected family REDIRECTION for status 301 05-31-2024 17:57:23:Found expected family REDIRECTION for status 302 05-31-2024 17:57:23:Found expected family REDIRECTION for status 303 05-31-2024 17:57:23:Found expected family REDIRECTION for status 304 05-31-2024 17:57:23:Found expected family REDIRECTION for status 305 05-31-2024 17:57:23:Found expected family REDIRECTION for status 307 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 400 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 401 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 402 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 403 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 404 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 405 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 406 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 407 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 408 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 409 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 410 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 411 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 412 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 413 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 414 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 415 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 416 05-31-2024 17:57:23:Found expected family CLIENT_ERROR for status 417 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 500 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 501 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 502 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 503 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 504 05-31-2024 17:57:23:Found expected family SERVER_ERROR for status 505 05-31-2024 17:57:23:FINISHED TEST : getFamilyTest() 05-31-2024 17:57:23:STARTING TEST : getReasonPhraseTest() 05-31-2024 17:57:23:Found expected phrase OK for status 200 05-31-2024 17:57:23:Found expected phrase Created for status 201 05-31-2024 17:57:23:Found expected phrase Accepted for status 202 05-31-2024 17:57:23:Found expected phrase No Content for status 204 05-31-2024 17:57:23:Found expected phrase Reset Content for status 205 05-31-2024 17:57:23:Found expected phrase Partial Content for status 206 05-31-2024 17:57:23:Found expected phrase Moved Permanently for status 301 05-31-2024 17:57:23:Found expected phrase Found for status 302 05-31-2024 17:57:23:Found expected phrase See Other for status 303 05-31-2024 17:57:23:Found expected phrase Not Modified for status 304 05-31-2024 17:57:23:Found expected phrase Use Proxy for status 305 05-31-2024 17:57:23:Found expected phrase Temporary Redirect for status 307 05-31-2024 17:57:23:Found expected phrase Bad Request for status 400 05-31-2024 17:57:23:Found expected phrase Unauthorized for status 401 05-31-2024 17:57:23:Found expected phrase Payment Required for status 402 05-31-2024 17:57:23:Found expected phrase Forbidden for status 403 05-31-2024 17:57:23:Found expected phrase Not Found for status 404 05-31-2024 17:57:23:Found expected phrase Method Not Allowed for status 405 05-31-2024 17:57:23:Found expected phrase Not Acceptable for status 406 05-31-2024 17:57:23:Found expected phrase Proxy Authentication Required for status 407 05-31-2024 17:57:23:Found expected phrase Request Timeout for status 408 05-31-2024 17:57:23:Found expected phrase Conflict for status 409 05-31-2024 17:57:23:Found expected phrase Gone for status 410 05-31-2024 17:57:23:Found expected phrase Length Required for status 411 05-31-2024 17:57:23:Found expected phrase Precondition Failed for status 412 05-31-2024 17:57:23:Found expected phrase Request Entity Too Large for status 413 05-31-2024 17:57:23:Found expected phrase Request-URI Too Long for status 414 05-31-2024 17:57:23:Found expected phrase Unsupported Media Type for status 415 05-31-2024 17:57:23:Found expected phrase Requested Range Not Satisfiable for status 416 05-31-2024 17:57:23:Found expected phrase Expectation Failed for status 417 05-31-2024 17:57:23:Found expected phrase Internal Server Error for status 500 05-31-2024 17:57:23:Found expected phrase Not Implemented for status 501 05-31-2024 17:57:23:Found expected phrase Bad Gateway for status 502 05-31-2024 17:57:23:Found expected phrase Service Unavailable for status 503 05-31-2024 17:57:23:Found expected phrase Gateway Timeout for status 504 05-31-2024 17:57:23:Found expected phrase HTTP Version Not Supported for status 505 05-31-2024 17:57:23:FINISHED TEST : getReasonPhraseTest() [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.responsestatustype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : titleTest() 05-31-2024 17:57:23:#title set expected title 05-31-2024 17:57:23:FINISHED TEST : titleTest() 05-31-2024 17:57:23:STARTING TEST : uriStringThrowsIAETest() 05-31-2024 17:57:23:#uri(nonUriString) throws IllegalArgumentException as expected 05-31-2024 17:57:23:FINISHED TEST : uriStringThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : linkLinkTest() 05-31-2024 17:57:23:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : linkLinkTest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedThrowsIAEWhenNotSuppliedValuesTest() 05-31-2024 17:57:23:STARTING TEST : paramThrowsExceptionWhenNullValueTest() 05-31-2024 17:57:23:#param throws IllegalArgumentException as expected 05-31-2024 17:57:23:FINISHED TEST : paramThrowsExceptionWhenNullValueTest() 05-31-2024 17:57:23:STARTING TEST : paramThrowsExceptionWhenNullNameTest() 05-31-2024 17:57:23:#param throws IllegalArgumentException as expected 05-31-2024 17:57:23:FINISHED TEST : paramThrowsExceptionWhenNullNameTest() 05-31-2024 17:57:23:STARTING TEST : uriStringTest() 05-31-2024 17:57:23:#uri(String) affected link as expected 05-31-2024 17:57:23:FINISHED TEST : uriStringTest() 05-31-2024 17:57:23:STARTING TEST : baseUriStringTest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/a/b/c 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:FINISHED TEST : baseUriStringTest() 05-31-2024 17:57:23:STARTING TEST : uriUriTest() 05-31-2024 17:57:23:#uri(URI) affected link as expected 05-31-2024 17:57:23:FINISHED TEST : uriUriTest() 05-31-2024 17:57:23:STARTING TEST : uriBuilderTest() 05-31-2024 17:57:23:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-31-2024 17:57:23:FINISHED TEST : uriBuilderTest() 05-31-2024 17:57:23:STARTING TEST : relMoreNamesTest() 05-31-2024 17:57:23:#rel added expected relations 05-31-2024 17:57:23:FINISHED TEST : relMoreNamesTest() 05-31-2024 17:57:23:STARTING TEST : linkStringTest() 05-31-2024 17:57:23:Found vAlUe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found ValuEe in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found VVallue in map {rel=RlrL, paRam3=VVallue, Param1=vAlUe, title=Ttttlll, type=text/xml, parAM2=ValuEe} as expected 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23: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-31-2024 17:57:23:FINISHED TEST : linkStringTest() 05-31-2024 17:57:23:STARTING TEST : buildObjectsTest() 05-31-2024 17:57:23:#build() finished building a link and returned the instance 05-31-2024 17:57:23:FINISHED TEST : buildObjectsTest() 05-31-2024 17:57:23:STARTING TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:#build() throw UriBuilderException as expected 05-31-2024 17:57:23:FINISHED TEST : buildNoArgsThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:STARTING TEST : typeTest() 05-31-2024 17:57:23:#type set correct types 05-31-2024 17:57:23:FINISHED TEST : typeTest() 05-31-2024 17:57:23:STARTING TEST : baseUriURITest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/a/b/c 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:FINISHED TEST : baseUriURITest() 05-31-2024 17:57:23:STARTING TEST : baseUriStringThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : baseUriStringThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:UriBuilderException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected when a supplied value is null 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedThrowsIAEWhenSuppliedValueIsNullTest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedDoesNotSharePrefixTest() 05-31-2024 17:57:23:Found expected a/b/c 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:Found expected http://oracle.com:888/a/b/c 05-31-2024 17:57:23:When a prefix is not shared, the methods is equivalent to build() as expected 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedDoesNotSharePrefixTest() 05-31-2024 17:57:23:STARTING TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected when a value has not been supplied 05-31-2024 17:57:23:FINISHED TEST : buildThrowsIAEWhenSuppliedJustOneValueOutOfThreeTest() 05-31-2024 17:57:23:STARTING TEST : linkStringThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : linkStringThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : baseUriIsNotJustBaseURITest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/a/b/c 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:FINISHED TEST : baseUriIsNotJustBaseURITest() 05-31-2024 17:57:23:STARTING TEST : baseUriIsNotJustBaseStringTest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/a/b/c 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:FINISHED TEST : baseUriIsNotJustBaseStringTest() 05-31-2024 17:57:23:STARTING TEST : baseUriIsIgnoredURITest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/resource/something 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:The base uri http://ignored.com has been ignored as expected 05-31-2024 17:57:23:FINISHED TEST : baseUriIsIgnoredURITest() 05-31-2024 17:57:23:STARTING TEST : relTest() 05-31-2024 17:57:23:#rel added expected relations 05-31-2024 17:57:23:FINISHED TEST : relTest() 05-31-2024 17:57:23:STARTING TEST : buildNoArgTest() 05-31-2024 17:57:23:#build() finished building a link and returned the instance 05-31-2024 17:57:23:FINISHED TEST : buildNoArgTest() 05-31-2024 17:57:23:STARTING TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:#build(someNonURIObjects) throw UriBuilderException as expected 05-31-2024 17:57:23:FINISHED TEST : buildObjectsThrowsUriBuilderExceptionTest() 05-31-2024 17:57:23:STARTING TEST : baseUriIsIgnoredStringTest() 05-31-2024 17:57:23:Created URI http://oracle.com:888/resource/something 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:The base uri http://ignored.com has been ignored as expected 05-31-2024 17:57:23:FINISHED TEST : baseUriIsIgnoredStringTest() 05-31-2024 17:57:23:STARTING TEST : buildRelativizedTest() 05-31-2024 17:57:23:Found expected a/b/c 05-31-2024 17:57:23:Absolute http://oracle.com:888/ has not been found as expected in link 05-31-2024 17:57:23:FINISHED TEST : buildRelativizedTest() 05-31-2024 17:57:23:STARTING TEST : paramTest() 05-31-2024 17:57:23:Found param1value1 in map {param1=param1value1, param2=param1value2} as expected 05-31-2024 17:57:23:Found param1value2 in map {param1=param1value1, param2=param1value2} as expected 05-31-2024 17:57:23:#param set correct parameters 05-31-2024 17:57:23:FINISHED TEST : paramTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : getTitleTest() 05-31-2024 17:57:23:Found expected TITLETITLE 05-31-2024 17:57:23:FINISHED TEST : getTitleTest() 05-31-2024 17:57:23:STARTING TEST : fromUriStringTest() 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:Found expected resource 05-31-2024 17:57:23:Found expected get 05-31-2024 17:57:23:Link has been created from URI http://oracle.com:888/resource/GET 05-31-2024 17:57:23:FINISHED TEST : fromUriStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:new Link() call iss successfull 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : getUriBuilderTest() 05-31-2024 17:57:23:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-31-2024 17:57:23:FINISHED TEST : getUriBuilderTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceMethodLinkUsedInInvocationTest() 05-31-2024 17:57:23:Found expected http://oracle.com:888/resource/get 05-31-2024 17:57:23:Found expected http://oracle.com:888/resource/consumesappjson 05-31-2024 17:57:23:Opaque Link has been used in Client.invocation() sucessfully 05-31-2024 17:57:23:FINISHED TEST : fromResourceMethodLinkUsedInInvocationTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-31-2024 17:57:23:IllegalArgumentException has been successfully thrown 05-31-2024 17:57:23:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullMethodTest() 05-31-2024 17:57:23:STARTING TEST : fromUriBuilderTest() 05-31-2024 17:57:23:#fromUriBuilder http://oracle.com:888/resource/goto/label/ten/ contains the original http://oracle.com:888/resource/goto/label/ten/ 05-31-2024 17:57:23:FINISHED TEST : fromUriBuilderTest() 05-31-2024 17:57:23:STARTING TEST : fromLinkTest() 05-31-2024 17:57:23:fromLink() is equal to original link ; rel="relation relation2"; title="titleX"; type="application/octet-stream"; param1="value1"; param2="value2" as expected 05-31-2024 17:57:23:FINISHED TEST : fromLinkTest() 05-31-2024 17:57:23:STARTING TEST : fromPathTest() 05-31-2024 17:57:23:fromUriBuilder(UriBuilder.fromPath(path)) is equivalent to fromPath(path) The link is 05-31-2024 17:57:23:FINISHED TEST : fromPathTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceThrowsIAEWhenNullClassTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected java.lang.IllegalArgumentException: "resource" parameter is null. 05-31-2024 17:57:23:FINISHED TEST : fromResourceThrowsIAEWhenNullClassTest() 05-31-2024 17:57:23:STARTING TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uriTemplate" parameter is null. 05-31-2024 17:57:23:FINISHED TEST : fromUriStringThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:STARTING TEST : serializationFromResourceTest() 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesXml() 05-31-2024 17:57:23:serialization works for method producesXml 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesForm() 05-31-2024 17:57:23:serialization works for method consumesForm 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.consumesAppJson() 05-31-2024 17:57:23:serialization works for method consumesAppJson 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.producesSvgXml() 05-31-2024 17:57:23:serialization works for method producesSvgXml 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.get() 05-31-2024 17:57:23:serialization works for method get 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.trace() 05-31-2024 17:57:23:serialization works for method trace 05-31-2024 17:57:23:Serialization for method public java.lang.String ee.jakarta.tck.ws.rs.api.rs.core.link.Resource.delete() 05-31-2024 17:57:23:serialization works for method delete 05-31-2024 17:57:23:Serialization with #toString() of Resource method links is sucessfull 05-31-2024 17:57:23:FINISHED TEST : serializationFromResourceTest() 05-31-2024 17:57:23:STARTING TEST : fromPathThrowsIAETest() 05-31-2024 17:57:23:fromPath(null) throws IllegalArgumentException as expected 05-31-2024 17:57:23:FINISHED TEST : fromPathThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : getParamsFromBuilderTest() 05-31-2024 17:57:23:Found expected titletitle 05-31-2024 17:57:23:Found expected RELREL 05-31-2024 17:57:23:Found expected typetype 05-31-2024 17:57:23:Found expected newparamvalue 05-31-2024 17:57:23:{rel=RELREL, NEWPARAM=NEWPARAMVALUE, title=TITLETITLE, type=TYPETYPE} found as expected 05-31-2024 17:57:23:FINISHED TEST : getParamsFromBuilderTest() 05-31-2024 17:57:23:STARTING TEST : getTypeIsNullTest() 05-31-2024 17:57:23:#getType( returns null as expected 05-31-2024 17:57:23:FINISHED TEST : getTypeIsNullTest() 05-31-2024 17:57:23:STARTING TEST : fromUriTest() 05-31-2024 17:57:23:Found expected http://oracle.com:888/ 05-31-2024 17:57:23:Found expected resource 05-31-2024 17:57:23:Found expected get 05-31-2024 17:57:23:Link has been created from URI http://oracle.com:888/resource/GET 05-31-2024 17:57:23:FINISHED TEST : fromUriTest() 05-31-2024 17:57:23:STARTING TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:Link#vaueOf() throws IllegalArgumentException as expected 05-31-2024 17:57:23:FINISHED TEST : valueOfThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:STARTING TEST : getTitleIsNullTest() 05-31-2024 17:57:23:#getTitle( returns null as expected 05-31-2024 17:57:23:FINISHED TEST : getTitleIsNullTest() 05-31-2024 17:57:23:STARTING TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:IllegalArgument has been thrown as expected: java.lang.IllegalArgumentException: "uri" parameter is null. 05-31-2024 17:57:23:FINISHED TEST : fromUriThrowsIllegalArgumentExceptionTest() 05-31-2024 17:57:23:STARTING TEST : getParamsFromResourceTest() {title=Title} 05-31-2024 17:57:23:Found expected Title 05-31-2024 17:57:23:{title=Title} found as expected 05-31-2024 17:57:23:FINISHED TEST : getParamsFromResourceTest() 05-31-2024 17:57:23:STARTING TEST : getUriTest() 05-31-2024 17:57:23:Original URI http://oracle.com:888/resource/get equals obtained http://oracle.com:888/resource/get 05-31-2024 17:57:23:FINISHED TEST : getUriTest() 05-31-2024 17:57:23:STARTING TEST : fromMethodTest() 05-31-2024 17:57:23:Found expected 05-31-2024 17:57:23:Link has been created 05-31-2024 17:57:23:FINISHED TEST : fromMethodTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-31-2024 17:57:23:IllegalArgumentException has been successfully thrown 05-31-2024 17:57:23:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNoMethodTest() 05-31-2024 17:57:23:STARTING TEST : getTypeTest() 05-31-2024 17:57:23:Found expected TYPETYPE 05-31-2024 17:57:23:FINISHED TEST : getTypeTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceTest() 05-31-2024 17:57:23:Found expected 05-31-2024 17:57:23:type is not in as expected 05-31-2024 17:57:23:Link has been created 05-31-2024 17:57:23:FINISHED TEST : fromResourceTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceWithMediaTypeTest() 05-31-2024 17:57:23:Found expected 05-31-2024 17:57:23:type="text/html" is not in as expected 05-31-2024 17:57:23:Link has been created 05-31-2024 17:57:23:FINISHED TEST : fromResourceWithMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : getRelsTest() 05-31-2024 17:57:23:#getRel() return expected rels ;RELREL;REL;relrelrel;RELRELREL; 05-31-2024 17:57:23:FINISHED TEST : getRelsTest() 05-31-2024 17:57:23:STARTING TEST : fromPathWithUriTemplateParamsTest() 05-31-2024 17:57:23:fromUriBuilder(UriBuilder.fromPath( somewhere/somehow/{p1}/{p2} )) is equivalent to fromPath( somewhere/somehow/{p1}/{p2} ) The link is 05-31-2024 17:57:23:FINISHED TEST : fromPathWithUriTemplateParamsTest() 05-31-2024 17:57:23:STARTING TEST : getRelsIsEmptyTest() 05-31-2024 17:57:23:#getRel() return empty list as expected 05-31-2024 17:57:23:FINISHED TEST : getRelsIsEmptyTest() 05-31-2024 17:57:23:STARTING TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-31-2024 17:57:23:IllegalArgumentException has been successfully thrown 05-31-2024 17:57:23:FINISHED TEST : fromResourceMethodThrowsIllegalArgumentExceptionNullClassTest() 05-31-2024 17:57:23:STARTING TEST : getRelIsEmptyListTest() 05-31-2024 17:57:23:#getRel() returns expected null 05-31-2024 17:57:23:FINISHED TEST : getRelIsEmptyListTest() 05-31-2024 17:57:23:STARTING TEST : getRelTest() 05-31-2024 17:57:23:#getRel() return expected rel 05-31-2024 17:57:23:FINISHED TEST : getRelTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in ee.jakarta.tck.ws.rs.api.rs.core.link.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : unmarshallTest() 05-31-2024 17:57:23:unmarshalled Link contains expected url, title, media type, and parameters ; rel="Relation"; title="XTitleX"; type="application/svg+xml"; name2="val2"; name1="val1" 05-31-2024 17:57:23:FINISHED TEST : unmarshallTest() 05-31-2024 17:57:23:STARTING TEST : marshallTest() 05-31-2024 17:57:23:Marshalled Link contains expected 05-31-2024 17:57:23:FINISHED TEST : marshallTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxbadapter.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : parseTest1() 05-31-2024 17:57:23:FINISHED TEST : parseTest1() 05-31-2024 17:57:23:STARTING TEST : parseTest2() 05-31-2024 17:57:23:FINISHED TEST : parseTest2() 05-31-2024 17:57:23:STARTING TEST : parseTest3() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : parseTest3() 05-31-2024 17:57:23:STARTING TEST : constructorTest1() 05-31-2024 17:57:23:FINISHED TEST : constructorTest1() 05-31-2024 17:57:23:STARTING TEST : constructorTest2() 05-31-2024 17:57:23:FINISHED TEST : constructorTest2() 05-31-2024 17:57:23:STARTING TEST : constructorTest3() 05-31-2024 17:57:23:FINISHED TEST : constructorTest3() 05-31-2024 17:57:23:STARTING TEST : constructorTest4() 05-31-2024 17:57:23:FINISHED TEST : constructorTest4() 05-31-2024 17:57:23:STARTING TEST : constructorTest5() 05-31-2024 17:57:23:FINISHED TEST : constructorTest5() 05-31-2024 17:57:23:STARTING TEST : constructorTest6() 05-31-2024 17:57:23:FINISHED TEST : constructorTest6() 05-31-2024 17:57:23:STARTING TEST : constructorTest7() 05-31-2024 17:57:23:FINISHED TEST : constructorTest7() 05-31-2024 17:57:23:STARTING TEST : constructorTest8() 05-31-2024 17:57:23:FINISHED TEST : constructorTest8() 05-31-2024 17:57:23:STARTING TEST : constructorTest9() 05-31-2024 17:57:23:FINISHED TEST : constructorTest9() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : toCookieTest() 05-31-2024 17:57:23:FINISHED TEST : toCookieTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest10() 05-31-2024 17:57:23:FINISHED TEST : constructorTest10() 05-31-2024 17:57:23:STARTING TEST : constructorTest11() 05-31-2024 17:57:23:FINISHED TEST : constructorTest11() 05-31-2024 17:57:23:STARTING TEST : constructorTest12() 05-31-2024 17:57:23:FINISHED TEST : constructorTest12() 05-31-2024 17:57:23:STARTING TEST : constructorTest13() 05-31-2024 17:57:23:FINISHED TEST : constructorTest13() 05-31-2024 17:57:23:STARTING TEST : constructorTest14() 05-31-2024 17:57:23:FINISHED TEST : constructorTest14() 05-31-2024 17:57:23:STARTING TEST : constructorTest15() 05-31-2024 17:57:23:FINISHED TEST : constructorTest15() 05-31-2024 17:57:23:STARTING TEST : constructorTest16() 05-31-2024 17:57:23:FINISHED TEST : constructorTest16() 05-31-2024 17:57:23:STARTING TEST : constructorTest17() 05-31-2024 17:57:23:FINISHED TEST : constructorTest17() 05-31-2024 17:57:23:STARTING TEST : constructorTest18() 05-31-2024 17:57:23:FINISHED TEST : constructorTest18() 05-31-2024 17:57:23:STARTING TEST : constructorTest19() 05-31-2024 17:57:23:FINISHED TEST : constructorTest19() 05-31-2024 17:57:23:STARTING TEST : constructorTest20() 05-31-2024 17:57:23:FINISHED TEST : constructorTest20() 05-31-2024 17:57:23:STARTING TEST : constructorTest21() 05-31-2024 17:57:23:FINISHED TEST : constructorTest21() 05-31-2024 17:57:23:STARTING TEST : constructorTest22() 05-31-2024 17:57:23:FINISHED TEST : constructorTest22() 05-31-2024 17:57:23:STARTING TEST : constructorTest23() 05-31-2024 17:57:23:FINISHED TEST : constructorTest23() 05-31-2024 17:57:23:STARTING TEST : constructorTest24() 05-31-2024 17:57:23:FINISHED TEST : constructorTest24() 05-31-2024 17:57:23:STARTING TEST : constructorTest25() 05-31-2024 17:57:23:FINISHED TEST : constructorTest25() [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.core.newcookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : languageTest() 05-31-2024 17:57:23:FINISHED TEST : languageTest() 05-31-2024 17:57:23:STARTING TEST : encodingTest() 05-31-2024 17:57:23:FINISHED TEST : encodingTest() 05-31-2024 17:57:23:STARTING TEST : complexTest() 05-31-2024 17:57:23:FINISHED TEST : complexTest() 05-31-2024 17:57:23:STARTING TEST : mediaTypesTest1() 05-31-2024 17:57:23:FINISHED TEST : mediaTypesTest1() 05-31-2024 17:57:23:STARTING TEST : mediaTypesTest2() 05-31-2024 17:57:23:FINISHED TEST : mediaTypesTest2() 05-31-2024 17:57:23:STARTING TEST : newInstanceTest() 05-31-2024 17:57:23:FINISHED TEST : newInstanceTest() [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.variantlistbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorWithTypeTest() 05-31-2024 17:57:23:Succesfully created GenericType>(Type) instance 05-31-2024 17:57:23:FINISHED TEST : constructorWithTypeTest() 05-31-2024 17:57:23:STARTING TEST : constructorProtectedTest() 05-31-2024 17:57:23:Succesfully created GenericType>(){} instance 05-31-2024 17:57:23:FINISHED TEST : constructorProtectedTest() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:The tested GenericType> instances are equal 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:Both GenericType instances have the same toString() GenericType{java.util.TreeSet} 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : hashCodeTest() 05-31-2024 17:57:23:Both GenericType instances have the same hashCode() 05-31-2024 17:57:23:FINISHED TEST : hashCodeTest() [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.generictype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : addAllListEmptyReturnsImmediatellyTest() 05-31-2024 17:57:23:Method did return immediatelly for empty array 05-31-2024 17:57:23:FINISHED TEST : addAllListEmptyReturnsImmediatellyTest() 05-31-2024 17:57:23:STARTING TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-31-2024 17:57:23:Method did return immediatelly for empty array 05-31-2024 17:57:23:FINISHED TEST : addAllValuesEmptyReturnsImmediatellyTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenEmptyTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenEmptyTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenSingleItemTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenSingleItemTest() 05-31-2024 17:57:23:STARTING TEST : addAllValuesThrowNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : addAllValuesThrowNPETest() 05-31-2024 17:57:23:STARTING TEST : addAllValuesNullKeyTest() 05-31-2024 17:57:23:All values have been added for null key 05-31-2024 17:57:23:FINISHED TEST : addAllValuesNullKeyTest() 05-31-2024 17:57:23:STARTING TEST : addAllListThrowNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : addAllListThrowNPETest() 05-31-2024 17:57:23:STARTING TEST : addFirstTest() 05-31-2024 17:57:23:#addFirst added new item to a first position 05-31-2024 17:57:23:FINISHED TEST : addFirstTest() 05-31-2024 17:57:23:STARTING TEST : putSingleTest() 05-31-2024 17:57:23:FINISHED TEST : putSingleTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenMoreItemsTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenMoreItemsTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenFirstErasedTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenFirstErasedTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenListClearedTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenListClearedTest() 05-31-2024 17:57:23:STARTING TEST : equalsIgnoreValueOrderTest() 05-31-2024 17:57:23:#equalsIgnoreValueOrder compared maps {key0=[key0, key1, key2]} and {key0=[key2, key0, key1]} as expected 05-31-2024 17:57:23:FINISHED TEST : equalsIgnoreValueOrderTest() 05-31-2024 17:57:23:STARTING TEST : addAllListNullKeyTest() 05-31-2024 17:57:23:All values have been added for null key 05-31-2024 17:57:23:FINISHED TEST : addAllListNullKeyTest() 05-31-2024 17:57:23:STARTING TEST : addAllValuesTest() 05-31-2024 17:57:23:All values have been added for key key0 05-31-2024 17:57:23:FINISHED TEST : addAllValuesTest() 05-31-2024 17:57:23:STARTING TEST : getFirstWhenKeyIsNullTest() 05-31-2024 17:57:23:FINISHED TEST : getFirstWhenKeyIsNullTest() 05-31-2024 17:57:23:STARTING TEST : addAllListTest() 05-31-2024 17:57:23:All values have been added for key key0 05-31-2024 17:57:23:FINISHED TEST : addAllListTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.core.multivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : getEntityTest() 05-31-2024 17:57:23:Entity has been retrieved 05-31-2024 17:57:23:FINISHED TEST : getEntityTest() 05-31-2024 17:57:23:STARTING TEST : singleArgumentConstructorTest() 05-31-2024 17:57:23:Expected IllegalArgumentException thrown: The entity must not be null 05-31-2024 17:57:23:GenericEntity>> instance created 05-31-2024 17:57:23:FINISHED TEST : singleArgumentConstructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorWith1ArgTest() 05-31-2024 17:57:23:GenericEntity>(List) instance created 05-31-2024 17:57:23:FINISHED TEST : constructorWith1ArgTest() 05-31-2024 17:57:23:STARTING TEST : constructorWith2ArgsTest() 05-31-2024 17:57:23:GenericEntity>(List, Type) instance created 05-31-2024 17:57:23:FINISHED TEST : constructorWith2ArgsTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest1() 05-31-2024 17:57:23:Expected IllegalArgumentException thrown: Arguments must not be null. 05-31-2024 17:57:23:FINISHED TEST : constructorTest1() 05-31-2024 17:57:23:STARTING TEST : constructorTest2() 05-31-2024 17:57:23:Expected IllegalArgumentException thrown: Arguments must not be null. 05-31-2024 17:57:23:FINISHED TEST : constructorTest2() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:The tested GenericEntity> instances are equal 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:Both GenericEntity instances have the same toString() GenericEntity{[], java.util.TreeSet} 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : getTypeTest() 05-31-2024 17:57:23:Test passed. getType return correctly: java.util.List getType return correctly: java.util.List 05-31-2024 17:57:23:FINISHED TEST : getTypeTest() 05-31-2024 17:57:23:STARTING TEST : hashCodeTest() 05-31-2024 17:57:23:Both GenericEntity instances have the same hashCode() 05-31-2024 17:57:23:FINISHED TEST : hashCodeTest() 05-31-2024 17:57:23:STARTING TEST : getRawTypeTest() 05-31-2024 17:57:23:Test passed. getType return correctly: class java.util.ArrayList getType return correctly: class java.util.ArrayList 05-31-2024 17:57:23:FINISHED TEST : getRawTypeTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in ee.jakarta.tck.ws.rs.api.rs.core.genericentity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorMultivaluedMapArgTest() 05-31-2024 17:57:23:Form instance with MultivaluedMap argument sucessfully created 05-31-2024 17:57:23:FINISHED TEST : constructorMultivaluedMapArgTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringArgsTest() 05-31-2024 17:57:23:Form instance with String arguments sucessfully created 05-31-2024 17:57:23:FINISHED TEST : constructorStringArgsTest() 05-31-2024 17:57:23:STARTING TEST : paramTest() 05-31-2024 17:57:23:Form instance created 05-31-2024 17:57:23:FINISHED TEST : paramTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.core.form.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : valueOfTest() 05-31-2024 17:57:23:FINISHED TEST : valueOfTest() 05-31-2024 17:57:23:STARTING TEST : noStoreTest() 05-31-2024 17:57:23:FINISHED TEST : noStoreTest() 05-31-2024 17:57:23:STARTING TEST : valueOfTest1() 05-31-2024 17:57:23:FINISHED TEST : valueOfTest1() 05-31-2024 17:57:23:STARTING TEST : revalidateTest() 05-31-2024 17:57:23:FINISHED TEST : revalidateTest() 05-31-2024 17:57:23:STARTING TEST : maxAgeTest() 05-31-2024 17:57:23:FINISHED TEST : maxAgeTest() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : getExtensionTest() 05-31-2024 17:57:23:FINISHED TEST : getExtensionTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : noCacheTest() 05-31-2024 17:57:23:FINISHED TEST : noCacheTest() 05-31-2024 17:57:23:STARTING TEST : noTransformTest() 05-31-2024 17:57:23:FINISHED TEST : noTransformTest() 05-31-2024 17:57:23:STARTING TEST : sMaxAgeTest() 05-31-2024 17:57:23:FINISHED TEST : sMaxAgeTest() 05-31-2024 17:57:23:STARTING TEST : proxyRevalidateTest() 05-31-2024 17:57:23:FINISHED TEST : proxyRevalidateTest() 05-31-2024 17:57:23:STARTING TEST : emptyConstructorTest() 05-31-2024 17:57:23:FINISHED TEST : emptyConstructorTest() 05-31-2024 17:57:23:STARTING TEST : privateTest() 05-31-2024 17:57:23:FINISHED TEST : privateTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in ee.jakarta.tck.ws.rs.api.rs.core.cachecontrol.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : parseTest1() 05-31-2024 17:57:23:FINISHED TEST : parseTest1() 05-31-2024 17:57:23:STARTING TEST : parseTest2() 05-31-2024 17:57:23:FINISHED TEST : parseTest2() 05-31-2024 17:57:23:STARTING TEST : parseTest3() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : parseTest3() 05-31-2024 17:57:23:STARTING TEST : constructorTest1() 05-31-2024 17:57:23:FINISHED TEST : constructorTest1() 05-31-2024 17:57:23:STARTING TEST : constructorTest2() 05-31-2024 17:57:23:FINISHED TEST : constructorTest2() 05-31-2024 17:57:23:STARTING TEST : constructorTest3() 05-31-2024 17:57:23:FINISHED TEST : constructorTest3() 05-31-2024 17:57:23:STARTING TEST : constructorTest4() 05-31-2024 17:57:23:FINISHED TEST : constructorTest4() 05-31-2024 17:57:23:STARTING TEST : constructorTest5() 05-31-2024 17:57:23:FINISHED TEST : constructorTest5() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:FINISHED TEST : toStringTest() [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.rs.core.cookie.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : uriConstructorTest() 05-31-2024 17:57:23:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-31-2024 17:57:23:Link.JaxbLink.getParams() is empty as expected 05-31-2024 17:57:23:FINISHED TEST : uriConstructorTest() 05-31-2024 17:57:23:STARTING TEST : defaultConstructorTest() 05-31-2024 17:57:23:Link.JaxbLink.getUri() is empty as expected 05-31-2024 17:57:23:Link.JaxbLink.getParams() is empty as expected 05-31-2024 17:57:23:FINISHED TEST : defaultConstructorTest() 05-31-2024 17:57:23:STARTING TEST : uriParamsConstructorTest() 05-31-2024 17:57:23:Link.JaxbLink.getUri() is protocol://domain2.domain1:port as expected 05-31-2024 17:57:23:Link.JaxbLink.getParams() contains qName as expected 05-31-2024 17:57:23:FINISHED TEST : uriParamsConstructorTest() [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.core.linkjaxblink.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : keySetTest() 05-31-2024 17:57:23:#keySet returns correct values 05-31-2024 17:57:23:FINISHED TEST : keySetTest() 05-31-2024 17:57:23:STARTING TEST : addAllThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied array of values must not be null. 05-31-2024 17:57:23:FINISHED TEST : addAllThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : addNullValuesTest() 05-31-2024 17:57:23:Given key key2 does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:Given key key3 does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:FINISHED TEST : addNullValuesTest() 05-31-2024 17:57:23:STARTING TEST : putSingleNullValueTest() 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:#putSingle(key, null) did replaced the values as expected 05-31-2024 17:57:23:FINISHED TEST : putSingleNullValueTest() 05-31-2024 17:57:23:STARTING TEST : entrySetTest() 05-31-2024 17:57:23:#entrySet() has correct values 05-31-2024 17:57:23:FINISHED TEST : entrySetTest() 05-31-2024 17:57:23:STARTING TEST : clearTest() 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:FINISHED TEST : clearTest() 05-31-2024 17:57:23:STARTING TEST : addTest() 05-31-2024 17:57:23:Found key key2 with following values: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : addTest() 05-31-2024 17:57:23:STARTING TEST : containsKeyTest() 05-31-2024 17:57:23:#containsKey found non-null key and also the null key 05-31-2024 17:57:23:FINISHED TEST : containsKeyTest() 05-31-2024 17:57:23:STARTING TEST : putAllTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key2 with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:#putAll() put all the values of both keys 05-31-2024 17:57:23:FINISHED TEST : putAllTest() 05-31-2024 17:57:23:STARTING TEST : isEmptyTest() 05-31-2024 17:57:23:#isEmpty returns correct values 05-31-2024 17:57:23:FINISHED TEST : isEmptyTest() 05-31-2024 17:57:23:STARTING TEST : putTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:#put() put the value 05-31-2024 17:57:23:FINISHED TEST : putTest() 05-31-2024 17:57:23:STARTING TEST : addFirstNullTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:FINISHED TEST : addFirstNullTest() 05-31-2024 17:57:23:STARTING TEST : getTest() 05-31-2024 17:57:23:#get() is sucessfull 05-31-2024 17:57:23:FINISHED TEST : getTest() 05-31-2024 17:57:23:STARTING TEST : addFirstTest() 05-31-2024 17:57:23:Found first item value4 05-31-2024 17:57:23:FINISHED TEST : addFirstTest() 05-31-2024 17:57:23:STARTING TEST : putSingleTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value5 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:#putSingle() sucessfully replaced the values by a new one 05-31-2024 17:57:23:FINISHED TEST : putSingleTest() 05-31-2024 17:57:23:STARTING TEST : addAllListNullValuesTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value4 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:FINISHED TEST : addAllListNullValuesTest() 05-31-2024 17:57:23:STARTING TEST : equalsTest() 05-31-2024 17:57:23:#equals() is delegated to underlaying map 05-31-2024 17:57:23:FINISHED TEST : equalsTest() 05-31-2024 17:57:23:STARTING TEST : addAllListThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: Supplied list of values must not be null. 05-31-2024 17:57:23:FINISHED TEST : addAllListThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : toStringTest() 05-31-2024 17:57:23:#toString returned {key=[value1, value2, value3]} 05-31-2024 17:57:23:FINISHED TEST : toStringTest() 05-31-2024 17:57:23:STARTING TEST : sizeTest() 05-31-2024 17:57:23:#size() returns correct values 05-31-2024 17:57:23:FINISHED TEST : sizeTest() 05-31-2024 17:57:23:STARTING TEST : equalsIgnoreValueOrderTest() 05-31-2024 17:57:23:#equalsIgnoreValueOrder compared maps {key=[value1, value2, value3]} and {key=[value3, value1, value2]} as expected 05-31-2024 17:57:23:FINISHED TEST : equalsIgnoreValueOrderTest() 05-31-2024 17:57:23:STARTING TEST : addAllEmptyValuesTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:FINISHED TEST : addAllEmptyValuesTest() 05-31-2024 17:57:23:STARTING TEST : removeTest() 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key2 with following values: 05-31-2024 17:57:23:value4 05-31-2024 17:57:23:#removeTest(key) removed the correct key and the value as expected 05-31-2024 17:57:23:FINISHED TEST : removeTest() 05-31-2024 17:57:23:STARTING TEST : addAllNullValuesTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value4 05-31-2024 17:57:23:Given key key does not contain following values as expected: 05-31-2024 17:57:23:null 05-31-2024 17:57:23:FINISHED TEST : addAllNullValuesTest() 05-31-2024 17:57:23:STARTING TEST : hashCodeTest() 05-31-2024 17:57:23:#hashCode() is delegated to underlaying map 05-31-2024 17:57:23:FINISHED TEST : hashCodeTest() 05-31-2024 17:57:23:STARTING TEST : addNullKeyTest() 05-31-2024 17:57:23:Found key null with following values: 05-31-2024 17:57:23:value4 05-31-2024 17:57:23:FINISHED TEST : addNullKeyTest() 05-31-2024 17:57:23:STARTING TEST : addAllValuesTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : addAllValuesTest() 05-31-2024 17:57:23:STARTING TEST : addAllListEmptyValuesTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:FINISHED TEST : addAllListEmptyValuesTest() 05-31-2024 17:57:23:STARTING TEST : valuesTest() 05-31-2024 17:57:23:#values returned 2 lists 05-31-2024 17:57:23:FINISHED TEST : valuesTest() 05-31-2024 17:57:23:STARTING TEST : containsValueTest() 05-31-2024 17:57:23:#containsValue() found list of items as expected 05-31-2024 17:57:23:FINISHED TEST : containsValueTest() 05-31-2024 17:57:23:STARTING TEST : addAllListTest() 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value1 value2 value3 05-31-2024 17:57:23:Found key key with following values: 05-31-2024 17:57:23:value4 value5 05-31-2024 17:57:23:FINISHED TEST : addAllListTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in ee.jakarta.tck.ws.rs.api.rs.core.abstractmultivaluedmap.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 999 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 999 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 999 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 999 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusNullThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ClientErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusNullThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusNullThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIEATest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowableTest() 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Bad Request 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unauthorized 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Payment Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Forbidden 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Found 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Method Not Allowed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Not Acceptable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Proxy Authentication Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Timeout 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Conflict 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Gone 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Length Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Entity Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request-URI Too Long 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unsupported Media Type 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Requested Range Not Satisfiable 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Expectation Failed 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Precondition Required 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Too Many Requests 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Request Header Fields Too Large 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:Response of the exception contains expected status Unavailable For Legal Reasons 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in ee.jakarta.tck.ws.rs.api.rs.clienterrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusUriThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusUriThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusUriThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStatusUriThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusNullUriThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusNullUriThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntUriThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorIntUriThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusNullUriThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusNullUriThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorIntUriTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:FINISHED TEST : constructorIntUriTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusUriTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusUriTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusUriTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:FINISHED TEST : constructorStatusUriTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntUriThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntUriThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntUriTest() 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected location http://oracle.com:888/REDIRECTIONtest 05-31-2024 17:57:23:found expected getMessage()= TCK RedirectionException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntUriTest() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in ee.jakarta.tck.ws.rs.api.rs.redirectexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-31-2024 17:57:23:FINISHED TEST : checkBindingPriorityLowerRegisteredFirstTest() 05-31-2024 17:57:23:STARTING TEST : checkBindingPriorityHigherRegisteredFirstTest() 05-31-2024 17:57:23:FINISHED TEST : checkBindingPriorityHigherRegisteredFirstTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in ee.jakarta.tck.ws.rs.api.rs.bindingpriority.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusNullThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null status 05-31-2024 17:57:23:FINISHED TEST : constructorStatusNullThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:FINISHED TEST : constructorIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorIntNotValidStatusThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorIntNotValidStatusThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -1 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status 2147483647 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status -2147483648 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntNotValidStatusThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorIntThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorIntThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStatusThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStatusThrowableTest() [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in ee.jakarta.tck.ws.rs.api.rs.servererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notsupportedexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23: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.webapplicationexceptiontest.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorStringNullStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected when null Status 05-31-2024 17:57:23:FINISHED TEST : constructorStringNullStatusThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableStatusTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableResponseTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableResponseTest() 05-31-2024 17:57:23:STARTING TEST : statusNullTest() 05-31-2024 17:57:23:FINISHED TEST : statusNullTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringNullResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringNullResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringIntTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableNullResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableNullResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStatusTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStatusTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : throwableStatusTest1() 05-31-2024 17:57:23:FINISHED TEST : throwableStatusTest1() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableIntTest() 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected OK status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Created status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Accepted status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected No Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Reset Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Partial Content status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Multiple Choices status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Moved Permanently status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected See Other status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Modified status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Use Proxy status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Temporary Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Permanent Redirect status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Payment Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Proxy Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Conflict status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gone status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Length Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Entity Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request-URI Too Long status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unsupported Media Type status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Requested Range Not Satisfiable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Precondition Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Too Many Requests status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Request Header Fields Too Large status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unavailable For Legal Reasons status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Implemented status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Gateway status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Gateway Timeout status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected HTTP Version Not Supported status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Network Authentication Required status 05-31-2024 17:57:23:found expected getMessage()= TCK WebApplicationException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableIntTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableNullStatusThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown when null Status as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown when null Status as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown when null Status as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown when null Status as expected 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableNullStatusThrowsIAETest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in ee.jakarta.tck.ws.rs.api.rs.webapplicationexceptiontest.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIEATest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIEATest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:found expected getMessage()= TCK InternalServerErrorException description 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Internal Server Error status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.internalservererrorexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Request as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:found expected getMessage()= TCK NotAcceptableException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Acceptable status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Request as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status OK 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Created 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status OK 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Created 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notacceptableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : valueOfTest() 05-31-2024 17:57:23:#valueOf( CLIENT ) equals CLIENT as expected 05-31-2024 17:57:23:#valueOf( SERVER ) equals SERVER as expected 05-31-2024 17:57:23:FINISHED TEST : valueOfTest() 05-31-2024 17:57:23:STARTING TEST : valuesTest() 05-31-2024 17:57:23:Found CLIENT in valus() CLIENT, SERVER 05-31-2024 17:57:23:Found SERVER in valus() CLIENT, SERVER 05-31-2024 17:57:23:FINISHED TEST : valuesTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in ee.jakarta.tck.ws.rs.api.rs.runtimetype.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notallowedexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableStringsThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableStringsThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseDoesNotThrowWhenNoAllowHeaderTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStringStringsThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected, for null method 05-31-2024 17:57:23:FINISHED TEST : constructorStringStringStringsThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for when no allow http header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableStringsTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableStringsTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for when no allow http header 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAEWhenNoAllowHeaderTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseDoesNotThrowWhenNoAllowHeaderTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableStringThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for null methods 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableStringThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowsNPETest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected, for null method 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowsNPETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringStringStringsTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:found expected getMessage()= TCK NotAllowedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringStringStringsTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableStringTest() 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Method Not Allowed status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23: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-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringRequestThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorStringRequestThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringRequestThrowableTest() 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK BadRequestException description 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:response contains expected Bad Request status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorStringRequestThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIEATest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIEATest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Forbidden as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in ee.jakarta.tck.ws.rs.api.rs.badrequestexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:found expected getMessage()= TCK NotFoundException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Not Found status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notfoundexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Service Unavailable status 05-31-2024 17:57:23:Found expected retry time null 05-31-2024 17:57:23:#hasRetryAfter returned expected false value 05-31-2024 17:57:23:FINISHED TEST : constructorTest() [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.rs.serviceunavailableexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNotNullMessageTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionTest() 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in ee.jakarta.tck.ws.rs.api.rs.processingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorObjectsTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:FINISHED TEST : constructorObjectsTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected for null challenge 05-31-2024 17:57:23:FINISHED TEST : constructorStringObjectsThrowsNPEWhenNullTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableObjectTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableObjectTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableObjectsTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableObjectsTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringObjectsTest() 05-31-2024 17:57:23:response contains expected Unauthorized status 05-31-2024 17:57:23:found expected getMessage()= TCK NotAuthorizedException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringObjectsTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorObjectsThrowsNPEWhenNullTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected for null challenge 05-31-2024 17:57:23:FINISHED TEST : constructorObjectsThrowsNPEWhenNullTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status OK 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Created 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Forbidden 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ee.jakarta.tck.ws.rs.api.rs.notauthorizedexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:FINISHED TEST : constructorTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:FINISHED TEST : constructorResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status OK 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Created 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:Found expected http Host header 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Request as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:found expected getMessage()= TCK ForbiddenException description 05-31-2024 17:57:23:FINISHED TEST : constructorStringTest() 05-31-2024 17:57:23:STARTING TEST : constructorThrowableTest() 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.RuntimeException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.io.IOException 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.Error 05-31-2024 17:57:23:response contains expected Forbidden status 05-31-2024 17:57:23:getCause contains expected java.lang.Throwable 05-31-2024 17:57:23:FINISHED TEST : constructorThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status OK as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Created as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Accepted as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status No Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Reset Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Partial Content as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Multiple Choices as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Moved Permanently as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status See Other as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Modified as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Use Proxy as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Temporary Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Permanent Redirect as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Request as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unauthorized as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Payment Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Found as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Method Not Allowed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Acceptable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Proxy Authentication Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Conflict as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gone as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Length Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Entity Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request-URI Too Long as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unsupported Media Type as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Requested Range Not Satisfiable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Expectation Failed as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Precondition Required as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Too Many Requests as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Request Header Fields Too Large as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Unavailable For Legal Reasons as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Internal Server Error as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Not Implemented as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Bad Gateway as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Service Unavailable as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Gateway Timeout as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status HTTP Version Not Supported as expected 05-31-2024 17:57:23:IllegalArgumentException has been thrown for status Network Authentication Required as expected 05-31-2024 17:57:23:FINISHED TEST : constructorStringResponseThrowsIAETest() 05-31-2024 17:57:23:STARTING TEST : constructorResponseThrowableThrowsExceptionTest() 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status OK 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Created 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Accepted 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status No Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Reset Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Partial Content 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Multiple Choices 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Moved Permanently 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status See Other 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Modified 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Use Proxy 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Temporary Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Permanent Redirect 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Request 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unauthorized 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Payment Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Found 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Method Not Allowed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Acceptable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Proxy Authentication Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Conflict 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gone 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Length Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Entity Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request-URI Too Long 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unsupported Media Type 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Requested Range Not Satisfiable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Expectation Failed 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Precondition Required 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Too Many Requests 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Request Header Fields Too Large 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Unavailable For Legal Reasons 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Internal Server Error 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Not Implemented 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Bad Gateway 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Service Unavailable 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Gateway Timeout 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status HTTP Version Not Supported 05-31-2024 17:57:23:IllegalArgumentException has been sucessfully thrown for status Network Authentication Required 05-31-2024 17:57:23:FINISHED TEST : constructorResponseThrowableThrowsExceptionTest() [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in ee.jakarta.tck.ws.rs.api.rs.forbiddenexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanTrueTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 05-31-2024 17:57:23:URI http://cts.tck:888/resource/lane/route66/%2542%255A%2561%257a%2F%25%2521 contains given path parameters 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanTrueTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamThrowsNPEOnNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: Matrix parameter name must not be 'null'. 05-31-2024 17:57:23:FINISHED TEST : matrixParamThrowsNPEOnNameTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanFalseTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 05-31-2024 17:57:23:URI http://cts.tck:888/resource/%2542%255A%2561%257a%252F%25%2521 contains given path parameter 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanFalseTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullValueTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamOnTwoSegmentsTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 05-31-2024 17:57:23:URI http://cts.tck:888/resource;matrix1=segment1/path;matrix2=segment2 contains given matrix params 05-31-2024 17:57:23:FINISHED TEST : matrixParamOnTwoSegmentsTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanNullMapTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanNullMapTest() 05-31-2024 17:57:23:STARTING TEST : getUriBuilderTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-31-2024 17:57:23:FINISHED TEST : getUriBuilderTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 05-31-2024 17:57:23:URI http://cts.tck:888/resource;matrix1=segment1/path1/path2/path3 contains given matrix params 05-31-2024 17:57:23:FINISHED TEST : matrixParamWithNullValueRemovesParamsWithTheNameOnMoreSegmentsTest() 05-31-2024 17:57:23:STARTING TEST : queryParamNullValueTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/path/path2 05-31-2024 17:57:23:#paramName(name, null) removed values as expected 05-31-2024 17:57:23:FINISHED TEST : queryParamNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesNullNameTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateFromEncodedThrowsNPEForNullNameTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [0] 05-31-2024 17:57:23:FINISHED TEST : matrixParamThrowsNPEOnFirstArgIsNullTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-31-2024 17:57:23:#pathParams returned the same traget wehn empty as expected 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesFromEncodedReturnsTheSameTargetTest() 05-31-2024 17:57:23:STARTING TEST : requestNoArgTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:Found expected */* 05-31-2024 17:57:23:FINISHED TEST : requestNoArgTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullNameTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanNullNameTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-31-2024 17:57:23:#pathParams returned the same traget wehn empty as expected 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanFalseReturnsTheSameTargetTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanTrueThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:STARTING TEST : requestMediaTypeTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:Found expected application/atom+xml 05-31-2024 17:57:23:Found expected application/json 05-31-2024 17:57:23:Found expected text/xml 05-31-2024 17:57:23:FINISHED TEST : requestMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : queryParamThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'param' on index : [0] 05-31-2024 17:57:23:FINISHED TEST : queryParamThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanTrueTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 05-31-2024 17:57:23:URI http://cts.tck:888/resource/%2542%255A%2561%257a%2F%25%2521 contains given path parameter 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanTrueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesNullValueTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamTest() 05-31-2024 17:57:23:Found expected ;matrix=arg1 05-31-2024 17:57:23:Found expected ;matrix=arg2 05-31-2024 17:57:23:Found expected ;matrix=arg3 05-31-2024 17:57:23:URI http://cts.tck:888/resource;matrix=arg1;matrix=arg2;matrix=arg3 contains given matrix params 05-31-2024 17:57:23:FINISHED TEST : matrixParamTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateWithBooleanFalseThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:STARTING TEST : queryParamThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: name is 'null'. 05-31-2024 17:57:23:FINISHED TEST : queryParamThrowsNPEOnNullNameTest() 05-31-2024 17:57:23:STARTING TEST : requestStringTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:Found expected application/atom+xml 05-31-2024 17:57:23:Found expected application/json 05-31-2024 17:57:23:Found expected text/xml 05-31-2024 17:57:23:FINISHED TEST : requestStringTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesFromEncodedTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-31-2024 17:57:23:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesFromEncodedTest() 05-31-2024 17:57:23:STARTING TEST : getUriBuilderIsDetachedTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-31-2024 17:57:23:FINISHED TEST : getUriBuilderIsDetachedTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/lane 05-31-2024 17:57:23:URI http://cts.tck:888/resource/lane contains given path parameter 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanFalseTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-31-2024 17:57:23:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanFalseTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesReturnsTheSameTargetTest() 05-31-2024 17:57:23:#pathParams returned the same traget wehn empty as expected 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesReturnsTheSameTargetTest() 05-31-2024 17:57:23:STARTING TEST : getUriTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource 05-31-2024 17:57:23:URI http://cts.tck:888/resource contains http://cts.tck:888/resource 05-31-2024 17:57:23:FINISHED TEST : getUriTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-31-2024 17:57:23:#pathParams returned the same traget wehn empty as expected 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesWithBooleanTrueReturnsTheSameTargetTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: value is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateThrowsNPEOnNullValueTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesFromEncodedThrowsNPEForNullMapTest() 05-31-2024 17:57:23:STARTING TEST : pathTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/a/b/c/d/e 05-31-2024 17:57:23:URI http://cts.tck:888/resource/a/b/c/d/e contains given path 05-31-2024 17:57:23:FINISHED TEST : pathTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplateFromEncodedTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 05-31-2024 17:57:23:URI http://cts.tck:888/resource/%42%5A%61%7a%2F%25%21 contains given path parameter 05-31-2024 17:57:23:FINISHED TEST : resolveTemplateFromEncodedTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesNullMapTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: templateValues is 'null'. 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesNullMapTest() 05-31-2024 17:57:23:STARTING TEST : resolveTemplatesTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource/lane/route66/pavement 05-31-2024 17:57:23:URI http://cts.tck:888/resource/lane/route66/pavement contains given path parameters 05-31-2024 17:57:23:FINISHED TEST : resolveTemplatesTest() 05-31-2024 17:57:23:STARTING TEST : pathThrowsNPEOnNullTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: path is 'null'. 05-31-2024 17:57:23:FINISHED TEST : pathThrowsNPEOnNullTest() 05-31-2024 17:57:23:STARTING TEST : queryParamTest() 05-31-2024 17:57:23:Found expected http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 05-31-2024 17:57:23:URI http://cts.tck:888/resource?paramName=value1¶mName=value2¶mName=value3 contains given query parameter 05-31-2024 17:57:23:FINISHED TEST : queryParamTest() 05-31-2024 17:57:23:STARTING TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() 05-31-2024 17:57:23:NullPointerException has been thrown as expected java.lang.NullPointerException: 'null' value detected for parameter 'matrix' on index : [1] 05-31-2024 17:57:23:FINISHED TEST : matrixParamThrowsNPEOnSecondArgIsNullTest() [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in ee.jakarta.tck.ws.rs.api.client.webtarget.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : jsonTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : jsonTest() 05-31-2024 17:57:23:STARTING TEST : xmlTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : xmlTest() 05-31-2024 17:57:23:STARTING TEST : formFormTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:FINISHED TEST : formFormTest() 05-31-2024 17:57:23:STARTING TEST : entityStringTest() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:FINISHED TEST : entityStringTest() 05-31-2024 17:57:23:STARTING TEST : textTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : textTest() 05-31-2024 17:57:23:STARTING TEST : entityVariantTest() 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:FINISHED TEST : entityVariantTest() 05-31-2024 17:57:23:STARTING TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:FINISHED TEST : entityMediaTypeAnnotationsDifferentEntitiesTest() 05-31-2024 17:57:23:STARTING TEST : entityStringGetEntityTest() 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : entityStringGetEntityTest() 05-31-2024 17:57:23:STARTING TEST : htmlTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : htmlTest() 05-31-2024 17:57:23:STARTING TEST : entityVariantAnnotationsTest() 05-31-2024 17:57:23:string */* fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string */* fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string */* fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string */* de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string */* de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string */* de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xml de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/atom+xml de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/xhtml+xml de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/svg+xml de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/x-www-form-urlencoded de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string multipart/form-data de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/octet-stream de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/plain de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/xml de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/html de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string text/event-stream de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json fr UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json fr ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json fr CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json de UTF-16 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json de ISO-8859-2 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:string application/json-patch+json de CP1250 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream */* de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xml de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/atom+xml de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/xhtml+xml de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/svg+xml de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/x-www-form-urlencoded de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream multipart/form-data de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/octet-stream de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/plain de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/xml de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/html de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream text/event-stream de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json fr UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json fr ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json fr CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json de UTF-16 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json de ISO-8859-2 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:inputstream application/json-patch+json de CP1250 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable */* de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xml de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/atom+xml de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/xhtml+xml de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/svg+xml de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/x-www-form-urlencoded de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable multipart/form-data de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/octet-stream de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/plain de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/xml de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/html de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable text/event-stream de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json fr UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json fr ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json fr CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json de UTF-16 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json de ISO-8859-2 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:serializable application/json-patch+json de CP1250 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder */* de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xml de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/atom+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/xhtml+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/svg+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/x-www-form-urlencoded de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder multipart/form-data de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/octet-stream de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/plain de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/xml de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/html de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder text/event-stream de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json fr UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json fr CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json de UTF-16 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuilder application/json-patch+json de CP1250 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer */* de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=*/*, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xml de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/atom+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/atom+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/xhtml+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/xhtml+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/svg+xml de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/svg+xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/x-www-form-urlencoded de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/x-www-form-urlencoded, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer multipart/form-data de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=multipart/form-data, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/octet-stream de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/octet-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/plain de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/plain, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/xml de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/xml, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/html de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/html, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer text/event-stream de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=text/event-stream, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json fr UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json fr ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json fr CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language fr 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=fr, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json de UTF-16 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding UTF-16 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=UTF-16] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json de ISO-8859-2 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding ISO-8859-2 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=ISO-8859-2] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:stringbuffer application/json-patch+json de CP1250 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Language de 05-31-2024 17:57:23:Sucessfully retrieved Encoding CP1250 05-31-2024 17:57:23:Sucessfully retrieved Variant Variant[mediaType=application/json-patch+json, language=de, encoding=CP1250] 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:FINISHED TEST : entityVariantAnnotationsTest() 05-31-2024 17:57:23:STARTING TEST : entityMediaTypeGetEntityTest() 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : entityMediaTypeGetEntityTest() 05-31-2024 17:57:23:STARTING TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : entityStringThrowsExceptionWhenUnparsableTest() 05-31-2024 17:57:23:STARTING TEST : entityStringThrowsExceptionWhenNullTest() 05-31-2024 17:57:23:IllegalArgumentException has been thrown as expected 05-31-2024 17:57:23:FINISHED TEST : entityStringThrowsExceptionWhenNullTest() 05-31-2024 17:57:23:STARTING TEST : formMultivaluedMapTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:FINISHED TEST : formMultivaluedMapTest() 05-31-2024 17:57:23:STARTING TEST : entityMediaTypeTest() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:FINISHED TEST : entityMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : entityMediaTypeAnnotationsTest() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType */* 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xml 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/atom+xml 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/svg+xml 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/x-www-form-urlencoded 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType multipart/form-data 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/octet-stream 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/plain 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/xml 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/html 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType text/event-stream 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:Found expected entity 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/json-patch+json 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.annotation.Priority(2147483647) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Consumes({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.Produces({"*/*"}) 05-31-2024 17:57:23:Sucessfully retrieved Annotation @jakarta.ws.rs.ext.Provider() 05-31-2024 17:57:23:FINISHED TEST : entityMediaTypeAnnotationsTest() 05-31-2024 17:57:23:STARTING TEST : xhtmlTest() 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected string 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected inputstream 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected serializable 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected stringbuilder 05-31-2024 17:57:23:Sucessfully retrieved MediaType application/xhtml+xml 05-31-2024 17:57:23:Found expected stringbuffer 05-31-2024 17:57:23:FINISHED TEST : xhtmlTest() [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in ee.jakarta.tck.ws.rs.api.client.entity.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:23:Found expected substring: bean 05-31-2024 17:57:23:FINISHED TEST : getHeaderStringUsingHeaderDelegateTest() 05-31-2024 17:57:23:STARTING TEST : getDateNullTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : getDateNullTest() 05-31-2024 17:57:23:STARTING TEST : getEntityTest() 05-31-2024 17:57:23:Found expected substring: test 05-31-2024 17:57:23:FINISHED TEST : getEntityTest() 05-31-2024 17:57:23:STARTING TEST : getEntityAnnotationsNullTest() 05-31-2024 17:57:23:Found expected substring: 0 05-31-2024 17:57:23:FINISHED TEST : getEntityAnnotationsNullTest() 05-31-2024 17:57:23:STARTING TEST : abortWithTest() 05-31-2024 17:57:23:Found expected status: 201 05-31-2024 17:57:23:FINISHED TEST : abortWithTest() 05-31-2024 17:57:23:STARTING TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:23:Found expected substring: cts 05-31-2024 17:57:23:FINISHED TEST : getStringHeadersUsingHeaderDelegateTest() 05-31-2024 17:57:23:STARTING TEST : getStringHeadersTest() 05-31-2024 17:57:23:Found expected substring: text/html 05-31-2024 17:57:23:Found expected substring: cts 05-31-2024 17:57:23:Found expected substring: Tue, 15 Nov 1994 08:12:31 GMT 05-31-2024 17:57:23:FINISHED TEST : getStringHeadersTest() 05-31-2024 17:57:23:STARTING TEST : getMediaTypeTest() 05-31-2024 17:57:23:Found expected substring: application/x-www-form-urlencoded 05-31-2024 17:57:23:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:57:23:STARTING TEST : getEntityAnnotationsTest() 05-31-2024 17:57:23:Found expected substring: jakarta.ws.rs.ext.Provider 05-31-2024 17:57:23:FINISHED TEST : getEntityAnnotationsTest() 05-31-2024 17:57:23:STARTING TEST : getMethodTest() 05-31-2024 17:57:23:Found expected substring: OPTIONS 05-31-2024 17:57:23:Found expected substring: DELETE 05-31-2024 17:57:23:Found expected substring: GET 05-31-2024 17:57:23:Found expected substring: TRACE 05-31-2024 17:57:23:Found expected substring: PUT 05-31-2024 17:57:23:Found expected substring: POST 05-31-2024 17:57:23:FINISHED TEST : getMethodTest() 05-31-2024 17:57:23:STARTING TEST : setEntityTest() 05-31-2024 17:57:23:Counter is 1 05-31-2024 17:57:23:Counter is 2 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : setEntityTest() 05-31-2024 17:57:23:STARTING TEST : hasEntityTest() 05-31-2024 17:57:23:Found expected substring: false 05-31-2024 17:57:23:Found expected substring: true 05-31-2024 17:57:23:FINISHED TEST : hasEntityTest() 05-31-2024 17:57:23:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:57:23:Found expected substring: Accept 05-31-2024 17:57:23:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableMediaTypesIsSortedTest() 05-31-2024 17:57:23:FINISHED TEST : getAcceptableMediaTypesIsSortedTest() 05-31-2024 17:57:23:STARTING TEST : getLanguageTest() 05-31-2024 17:57:23:Found expected substring: zh_tw 05-31-2024 17:57:23:FINISHED TEST : getLanguageTest() 05-31-2024 17:57:23:STARTING TEST : getDateTest() 05-31-2024 17:57:23:Found expected substring: Nov 05-31-2024 17:57:23:Found expected substring: 1994 05-31-2024 17:57:23:Found expected substring: 31 05-31-2024 17:57:23:FINISHED TEST : getDateTest() 05-31-2024 17:57:23:STARTING TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-31-2024 17:57:23:Found expected substring: 0 05-31-2024 17:57:23:FINISHED TEST : getEntityAnnotationsIsNotTakenFromEntityClassTest() 05-31-2024 17:57:23:STARTING TEST : getLanguageIsNullTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : getLanguageIsNullTest() 05-31-2024 17:57:23:STARTING TEST : getHeaderStringTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:57:23:STARTING TEST : getEntityClassTest() 05-31-2024 17:57:23:Found expected substring: java.io.ByteArrayInputStream 05-31-2024 17:57:23:FINISHED TEST : getEntityClassTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableLanguagesByWeightsTest() 05-31-2024 17:57:23:Found expected substring: da 05-31-2024 17:57:23:Found expected substring: gb 05-31-2024 17:57:23:Found expected substring: us 05-31-2024 17:57:23:FINISHED TEST : getAcceptableLanguagesByWeightsTest() 05-31-2024 17:57:23:STARTING TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getCookiesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyNamesTest() 05-31-2024 17:57:23:Found expected substring: PROPERTY1 05-31-2024 17:57:23:Found expected substring: PROPERTY2 05-31-2024 17:57:23:FINISHED TEST : getPropertyNamesTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableMediaTypesTest() 05-31-2024 17:57:23:Found expected substring: text/* 05-31-2024 17:57:23:Found expected substring: text/html 05-31-2024 17:57:23:Found expected substring: */* 05-31-2024 17:57:23:FINISHED TEST : getAcceptableMediaTypesTest() 05-31-2024 17:57:23:STARTING TEST : getHeadersTest() 05-31-2024 17:57:23:Found expected substring: Accept 05-31-2024 17:57:23:Found expected substring: Date 05-31-2024 17:57:23:Found expected substring: tck 05-31-2024 17:57:23:FINISHED TEST : getHeadersTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyIsNullTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : getPropertyIsNullTest() 05-31-2024 17:57:23:STARTING TEST : getEntityClassListStringTest() 05-31-2024 17:57:23:Found expected substring: java.util.ArrayList 05-31-2024 17:57:23:FINISHED TEST : getEntityClassListStringTest() 05-31-2024 17:57:23:STARTING TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-31-2024 17:57:23:Found expected substring: cts 05-31-2024 17:57:23:FINISHED TEST : getStringHeadersReflectsTheUnderlayingMapTest() 05-31-2024 17:57:23:STARTING TEST : getClientTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getClientTest() 05-31-2024 17:57:23:STARTING TEST : getUriTest() 05-31-2024 17:57:23:Found expected substring: http://localhost:8080/404URL/ 05-31-2024 17:57:23:FINISHED TEST : getUriTest() 05-31-2024 17:57:23:STARTING TEST : getSetPropertyTest() 05-31-2024 17:57:23:Found expected substring: value 05-31-2024 17:57:23:FINISHED TEST : getSetPropertyTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableLanguagesTest() 05-31-2024 17:57:23:Found expected substring: fr_CA 05-31-2024 17:57:23:Found expected substring: zh_CN 05-31-2024 17:57:23:FINISHED TEST : getAcceptableLanguagesTest() 05-31-2024 17:57:23:STARTING TEST : getMediaTypeIsNullTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : getMediaTypeIsNullTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableMediaTypesIsImmutableTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getAcceptableMediaTypesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : getConfigurationTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getConfigurationTest() 05-31-2024 17:57:23:STARTING TEST : getAcceptableLanguagesIsImmutableTest() 05-31-2024 17:57:23:Found expected status: 200 05-31-2024 17:57:23:FINISHED TEST : getAcceptableLanguagesIsImmutableTest() 05-31-2024 17:57:23:STARTING TEST : removePropertyTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : removePropertyTest() 05-31-2024 17:57:23:STARTING TEST : getEntityNullTest() 05-31-2024 17:57:23:Found expected substring: NULL 05-31-2024 17:57:23:FINISHED TEST : getEntityNullTest() 05-31-2024 17:57:23:STARTING TEST : getEntityTypeListStringTest() 05-31-2024 17:57:23:Found expected substring: java.lang.String 05-31-2024 17:57:23:FINISHED TEST : getEntityTypeListStringTest() 05-31-2024 17:57:23:STARTING TEST : getCookiesTest() 05-31-2024 17:57:23:Found expected substring: cts 05-31-2024 17:57:23:Found expected substring: tck 05-31-2024 17:57:23:Found expected substring: jee 05-31-2024 17:57:23:FINISHED TEST : getCookiesTest() 05-31-2024 17:57:23:STARTING TEST : getPropertyNamesIsImmutableTest() 05-31-2024 17:57:23:getPropertyNames is immutable as expected 05-31-2024 17:57:23:FINISHED TEST : getPropertyNamesIsImmutableTest() [INFO] Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s - in ee.jakarta.tck.ws.rs.api.client.clientrequestcontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:getCause contains expected java.io.IOException: JAXRS TCK exception 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNullThrowableNotNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-31-2024 17:57:23:FINISHED TEST : constructorWithNullThrowableNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:getCause contains expected java.io.IOException: JAXRS TCK exception 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:getCause contains expected java.lang.IllegalStateException: JAXRS TCK exception 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionAndNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithNotNullMessageTest() 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message Exception thrown by TCK 05-31-2024 17:57:23:FINISHED TEST : constructorWithNotNullMessageTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithCheckedExceptionTest() 05-31-2024 17:57:23:getCause contains expected java.io.IOException: TCK exception 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message TCK exception 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:FINISHED TEST : constructorWithCheckedExceptionTest() 05-31-2024 17:57:23:STARTING TEST : constructorWithRuntimeExceptionTest() 05-31-2024 17:57:23:getCause contains expected java.lang.IllegalStateException: TCK exception 05-31-2024 17:57:23:ResponseProcessingException#getMesaage contains expected message TCK exception 05-31-2024 17:57:23:response contains expected Expectation Failed status 05-31-2024 17:57:23:FINISHED TEST : constructorWithRuntimeExceptionTest() [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.api.client.responseprocessingexception.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT 05-31-2024 17:57:23:STARTING TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Returned unexpected response with status code 406 05-31-2024 17:57:23:FINISHED TEST : invokeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitInvocationCallbackTest() 05-31-2024 17:57:23:Found expected GET 05-31-2024 17:57:23:FINISHED TEST : submitInvocationCallbackTest() 05-31-2024 17:57:23:STARTING TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Response cotains expected status Not Acceptable 05-31-2024 17:57:23:FINISHED TEST : submitResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeGenericTypeTest() 05-31-2024 17:57:23:Found expected GET 05-31-2024 17:57:23:FINISHED TEST : invokeGenericTypeTest() 05-31-2024 17:57:23:STARTING TEST : invokePlainTest() 05-31-2024 17:57:23:Found expected GET 05-31-2024 17:57:23:FINISHED TEST : invokePlainTest() 05-31-2024 17:57:23:STARTING TEST : submitStringThrowsProcessingExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-31-2024 17:57:23:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:57:23:FINISHED TEST : submitStringThrowsProcessingExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Response cotains expected status Not Acceptable 05-31-2024 17:57:23:FINISHED TEST : submitExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitPlainTest() 05-31-2024 17:57:23:Found expected GET 05-31-2024 17:57:23:FINISHED TEST : submitPlainTest() 05-31-2024 17:57:23:STARTING TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:57:23:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:57:23:FINISHED TEST : submitGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Response cotains expected status Not Acceptable 05-31-2024 17:57:23:FINISHED TEST : submitAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-31-2024 17:57:23:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:57:23:FINISHED TEST : submitInvocationCallbackThrowsProcessingExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitPlainThrowsProcessingExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-31-2024 17:57:23:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:57:23:FINISHED TEST : submitPlainThrowsProcessingExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:WebApplicationException has been thrown 05-31-2024 17:57:23:FINISHED TEST : invokeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-31-2024 17:57:23:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:57:23:FINISHED TEST : submitGenericTypeThrowsProcessingExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-31-2024 17:57:23:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:57:23:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:57:23:FINISHED TEST : submitInvocationCallbackStringThrowsWebAppExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-31-2024 17:57:23:Found expected status code 406 05-31-2024 17:57:23:FINISHED TEST : submitInvocationCallbackResponseThrowsNoWebAppExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeGenericTypeThrowsExceptionTest() 05-31-2024 17:57:23:ProcessingException has been thrown 05-31-2024 17:57:23:FINISHED TEST : invokeGenericTypeThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeThrowsExceptionTest() 05-31-2024 17:57:23:ProcessingException has been thrown 05-31-2024 17:57:23:FINISHED TEST : invokeThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:WebApplicationException has been thrown 05-31-2024 17:57:23:FINISHED TEST : invokeGenericTypeStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeClassTest() 05-31-2024 17:57:23:Found expected POST 05-31-2024 17:57:23:Found expected invokeClassTest 05-31-2024 17:57:23:FINISHED TEST : invokeClassTest() 05-31-2024 17:57:23:STARTING TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Response return code is 406 as expected 05-31-2024 17:57:23:FINISHED TEST : invokeAnnonymousGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeClassThrowsExceptionTest() 05-31-2024 17:57:23:ProcessingException has been thrown 05-31-2024 17:57:23:FINISHED TEST : invokeClassThrowsExceptionTest() 05-31-2024 17:57:23:STARTING TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:Response return code is 406 as expected 05-31-2024 17:57:23:FINISHED TEST : invokeExtendedGenericTypeResponseThrowsNoWebApplicationExceptionTest() 05-31-2024 17:57:23:STARTING TEST : submitClassTest() 05-31-2024 17:57:24:Found expected POST 05-31-2024 17:57:24:Found expected submitClassTest 05-31-2024 17:57:24:FINISHED TEST : submitClassTest() 05-31-2024 17:57:24:STARTING TEST : submitStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.NotAcceptableException: HTTP 406 Not Acceptable 05-31-2024 17:57:24:ExecutionException.getCause is WebApplicationException as expected 05-31-2024 17:57:24:FINISHED TEST : submitStringThrowsWebApplicationExceptionTest() 05-31-2024 17:57:24:STARTING TEST : submitGenericTypeTest() 05-31-2024 17:57:24:Found expected POST 05-31-2024 17:57:24:Found expected submitGenericTypeTest 05-31-2024 17:57:24:FINISHED TEST : submitGenericTypeTest() [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in ee.jakarta.tck.ws.rs.api.client.invocation.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT 05-31-2024 17:57:24:STARTING TEST : getLinksTest() 05-31-2024 17:57:24:Found #getLinks()={ http://localhost:8080/404URL/ } 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLinksTest() 05-31-2024 17:57:24:STARTING TEST : getMediaTypeTest() 05-31-2024 17:57:24:Found expected MediaType.APPLICATION_SVG_XML_TYPE 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getMediaTypeTest() 05-31-2024 17:57:24:STARTING TEST : getLinkTest() 05-31-2024 17:57:24:Found #getLink()= http://localhost:8080/404URL/ 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLinkTest() 05-31-2024 17:57:24:STARTING TEST : getHeadersIsMutableTest() 05-31-2024 17:57:24:#getHeaders is mutable as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeadersIsMutableTest() 05-31-2024 17:57:24:STARTING TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:24:#hasLink has not found any link as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : hasLinkWhenNoLinkTest() 05-31-2024 17:57:24:STARTING TEST : getHeaderStringIsCommaSeparatedTest() 05-31-2024 17:57:24:#getHeaderString is comma separated combination of value1 and value2 as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeaderStringIsCommaSeparatedTest() 05-31-2024 17:57:24:STARTING TEST : getHeaderStringIsEmptyTest() 05-31-2024 17:57:24:#getHeaderString is empty string as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeaderStringIsEmptyTest() 05-31-2024 17:57:24:STARTING TEST : getLanguageTest() 05-31-2024 17:57:24:Found #getLanguage()= fr_CA 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLanguageTest() 05-31-2024 17:57:24:STARTING TEST : getDateTest() 05-31-2024 17:57:24:Found #getDate()= Fri May 31 17:57:24 UTC 2024 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getDateTest() 05-31-2024 17:57:24:STARTING TEST : getHeaderStringIsNullTest() 05-31-2024 17:57:24:#getHeaderString is null as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeaderStringIsNullTest() 05-31-2024 17:57:24:STARTING TEST : getHeaderStringTest() 05-31-2024 17:57:24:#getHeaderString is value1 as expected 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeaderStringTest() 05-31-2024 17:57:24:STARTING TEST : setStatusInfoTest() 05-31-2024 17:57:24:Found expected status: 302 05-31-2024 17:57:24:FINISHED TEST : setStatusInfoTest() 05-31-2024 17:57:24:STARTING TEST : getAllowedMethodsTest() 05-31-2024 17:57:24:found methods: GET OPTIONS 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getAllowedMethodsTest() 05-31-2024 17:57:24:STARTING TEST : getStatusTest() 05-31-2024 17:57:24:Found expected response status 222 05-31-2024 17:57:24:FINISHED TEST : getStatusTest() 05-31-2024 17:57:24:STARTING TEST : getEntityTagTest() 05-31-2024 17:57:24:Found #getEntityTag()= EntityTagValue 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getEntityTagTest() 05-31-2024 17:57:24:STARTING TEST : setEntityStreamTest() 05-31-2024 17:57:24:#setEntityStream( ENTITY ) set entity ENTITY 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : setEntityStreamTest() 05-31-2024 17:57:24:STARTING TEST : getHeadersTest() 05-31-2024 17:57:24:Found #getHeaders()={ header1 : value1 } 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getHeadersTest() 05-31-2024 17:57:24:STARTING TEST : getStatusInfoTest() 05-31-2024 17:57:24:Found expected response status 222 05-31-2024 17:57:24:FINISHED TEST : getStatusInfoTest() 05-31-2024 17:57:24:STARTING TEST : setStatusTest() 05-31-2024 17:57:24:Found expected status: 403 05-31-2024 17:57:24:FINISHED TEST : setStatusTest() 05-31-2024 17:57:24:STARTING TEST : getLinkBuilderTest() 05-31-2024 17:57:24:Found #getLinkBuilder()= http://localhost:8080/404URL/ 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLinkBuilderTest() 05-31-2024 17:57:24:STARTING TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:24:Found #hasEntity()=true 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : hasEntityWhenEntityTest() 05-31-2024 17:57:24:STARTING TEST : getLengthTest() 05-31-2024 17:57:24:Found #getLength()= 6 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLengthTest() 05-31-2024 17:57:24:STARTING TEST : getLastModifiedTest() 05-31-2024 17:57:24:Found #getLastModified()= Fri May 31 17:57:24 UTC 2024 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLastModifiedTest() 05-31-2024 17:57:24:STARTING TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:24:#hasLink has found the given link 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : hasLinkWhenLinkTest() 05-31-2024 17:57:24:STARTING TEST : getLocationTest() 05-31-2024 17:57:24:Found #getLocation= http://localhost:8080/404URL/ 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getLocationTest() 05-31-2024 17:57:24:STARTING TEST : getCookiesTest() 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getCookiesTest() 05-31-2024 17:57:24:STARTING TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:57:24:Found #hasEntity()=false 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : hasEntityWhenNoEntityTest() 05-31-2024 17:57:24:STARTING TEST : getEntityStreamTest() 05-31-2024 17:57:24:Found #getEntityStream()= ENTITY 05-31-2024 17:57:24:Found expected status: 200 05-31-2024 17:57:24:FINISHED TEST : getEntityStreamTest() [INFO] Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 s - in ee.jakarta.tck.ws.rs.api.client.clientresponsecontext.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT 05-31-2024 17:57:24:STARTING TEST : newClientWithConfigurationTest() 05-31-2024 17:57:24:FINISHED TEST : newClientWithConfigurationTest() 05-31-2024 17:57:24:STARTING TEST : newClientNoParamTest() 05-31-2024 17:57:24:FINISHED TEST : newClientNoParamTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in ee.jakarta.tck.ws.rs.api.client.clientbuilder.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT 05-31-2024 17:57:24:STARTING TEST : completedTest() 05-31-2024 17:57:24:Found expected get 05-31-2024 17:57:24:InvocationCallback#completed has been called as expected 05-31-2024 17:57:24:FINISHED TEST : completedTest() 05-31-2024 17:57:24:STARTING TEST : failedTest() 05-31-2024 17:57:24:ExecutionException has been thrown as expected java.util.concurrent.ExecutionException: jakarta.ws.rs.ProcessingException: java.net.UnknownHostException: cts.tck 05-31-2024 17:57:24:ExecutionException.getCause is ProcessingException as expected 05-31-2024 17:57:24:InvocationCallback#failed has been called as expected 05-31-2024 17:57:24:FINISHED TEST : failedTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in ee.jakarta.tck.ws.rs.api.client.invocationcallback.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRequestWithMediaTypeNameTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(java.lang.String[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeNameTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.util.Map) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterClassMapTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientConfigTest() public jakarta.ws.rs.core.Configuration org.glassfish.jersey.client.JerseyClient.getConfiguration() 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientConfigTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetPathTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.path(java.lang.String) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetPathTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterObjectTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterClassTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetQueryParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.queryParam(java.lang.String,java.lang.Object[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetQueryParamTest() 05-31-2024 17:57:24:STARTING TEST : targetWithStringIllegalArgumentExceptionTest() 05-31-2024 17:57:24:Uri is not a valid URI as expected: java.net.URISyntaxException: Expected scheme name at index 0: :cts:8080//tck:90090//jaxrs 05-31-2024 17:57:24:IllegalArgumentException was successfully thrown for target :cts:8080//tck:90090//jaxrs as expected 05-31-2024 17:57:24:FINISHED TEST : targetWithStringIllegalArgumentExceptionTest() 05-31-2024 17:57:24:STARTING TEST : targetWithUriBuilderNullPointerExceptionTest() 05-31-2024 17:57:24:NullPointerException was successfully thrown for null target as expected 05-31-2024 17:57:24:FINISHED TEST : targetWithUriBuilderNullPointerExceptionTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetConfigTest() public org.glassfish.jersey.client.ClientConfig org.glassfish.jersey.client.JerseyWebTarget.getConfiguration() 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetConfigTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetGetUriTest() public java.net.URI org.glassfish.jersey.client.JerseyWebTarget.getUri() 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetGetUriTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.property(java.lang.String,java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetPropertyTest() 05-31-2024 17:57:24:STARTING TEST : targetWithStringNullPointerExceptionTest() 05-31-2024 17:57:24:NullPointerException was successfully thrown for null target as expected 05-31-2024 17:57:24:FINISHED TEST : targetWithStringNullPointerExceptionTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterClassWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterClassWithContractsTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientTargetWithUriTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.net.URI) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientTargetWithUriTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetGetUriBuilderTest() public jakarta.ws.rs.core.UriBuilder org.glassfish.jersey.client.JerseyWebTarget.getUriBuilder() 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetGetUriBuilderTest() 05-31-2024 17:57:24:STARTING TEST : targetWithUriNullPointerExceptionTest() 05-31-2024 17:57:24:NullPointerException was successfully thrown for null target as expected 05-31-2024 17:57:24:FINISHED TEST : targetWithUriNullPointerExceptionTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterObjectTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterObjectTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRequestTest() public jakarta.ws.rs.client.Invocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request() 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRequestTest() 05-31-2024 17:57:24: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-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplateFromEncodedTest() 05-31-2024 17:57:24:STARTING TEST : targetLinkTest() 05-31-2024 17:57:24:FINISHED TEST : targetLinkTest() 05-31-2024 17:57:24:STARTING TEST : targetWithLinkNullPointerExceptionTest() 05-31-2024 17:57:24:NullPointerException was successfully thrown for null target as expected 05-31-2024 17:57:24:FINISHED TEST : targetWithLinkNullPointerExceptionTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterObjectWithPriorityTest() 05-31-2024 17:57:24:STARTING TEST : targetUriBuilderTest() 05-31-2024 17:57:24:FINISHED TEST : targetUriBuilderTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,int) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterClassWithPriorityTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterClassTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterClassTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetMatrixParamTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.matrixParam(java.lang.String,java.lang.Object[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetMatrixParamTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterClassWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,int) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterClassWithPriorityTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterClassWithContractsTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Class,java.lang.Class[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterClassWithContractsTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map,boolean) throws java.lang.NullPointerException 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplatesMapBooleanTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientInvocationWithLinkTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyClient.invocation(jakarta.ws.rs.core.Link) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientInvocationWithLinkTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRequestWithMediaTypeTest() public org.glassfish.jersey.client.JerseyInvocation$Builder org.glassfish.jersey.client.JerseyWebTarget.request(jakarta.ws.rs.core.MediaType[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRequestWithMediaTypeTest() 05-31-2024 17:57:24: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-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectBooleanTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.lang.Class[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterObjectWithContractsTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterClassMapTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.register(java.lang.Class,java.util.Map) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterClassMapTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientPropertyTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyClient.property(java.lang.String,java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientPropertyTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplatesFromEncoded(java.util.Map) throws java.lang.NullPointerException 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplatesFromEncodedTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.util.Map) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterObjectWithMapTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientTargetWithLinkTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.Link) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientTargetWithLinkTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientRegisterObjectWithContractsTest() public org.glassfish.jersey.client.JerseyClient org.glassfish.jersey.client.JerseyClient.register(java.lang.Object,java.lang.Class[]) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientRegisterObjectWithContractsTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterObjectWithPriorityTest() public jakarta.ws.rs.core.Configurable org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,int) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterObjectWithPriorityTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetRegisterObjectWithMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.register(java.lang.Object,java.util.Map) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetRegisterObjectWithMapTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientTargetWithUriBuilderTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(jakarta.ws.rs.core.UriBuilder) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientTargetWithUriBuilderTest() 05-31-2024 17:57:24:STARTING TEST : targetStringTest() 05-31-2024 17:57:24:FINISHED TEST : targetStringTest() 05-31-2024 17:57:24:STARTING TEST : closeOnClientTargetWithStringTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyClient.target(java.lang.String) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnClientTargetWithStringTest() 05-31-2024 17:57:24:STARTING TEST : invocationFromLinkExceptionNoLinkTest() 05-31-2024 17:57:24:NullPointerException successfully thrown when no link 05-31-2024 17:57:24:FINISHED TEST : invocationFromLinkExceptionNoLinkTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetResolveTemplateStringObjectTest() public jakarta.ws.rs.client.WebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplate(java.lang.String,java.lang.Object) 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplateStringObjectTest() 05-31-2024 17:57:24:STARTING TEST : closeOnWebTargetResolveTemplatesMapTest() public org.glassfish.jersey.client.JerseyWebTarget org.glassfish.jersey.client.JerseyWebTarget.resolveTemplates(java.util.Map) throws java.lang.NullPointerException 05-31-2024 17:57:24:java.lang.IllegalStateException has been successfully thrown java.lang.IllegalStateException: Client instance has been closed. 05-31-2024 17:57:24:FINISHED TEST : closeOnWebTargetResolveTemplatesMapTest() 05-31-2024 17:57:24:STARTING TEST : targetUriTest() 05-31-2024 17:57:24:FINISHED TEST : targetUriTest() [INFO] Tests run: 49, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in ee.jakarta.tck.ws.rs.api.client.client.JAXRSClientIT [INFO] Running ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in ee.jakarta.tck.ws.rs.uribuilder.UriBuilderIT [INFO] Running ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT 05-31-2024 17:57:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:24:STARTING TEST : featureIsRegisteredTest() 05-31-2024 17:57:24:FINISHED TEST : featureIsRegisteredTest() 05-31-2024 17:57:24:[JAXRSCommonClient] Test setup OK 05-31-2024 17:57:24:STARTING TEST : dynamicFeatureIsRegisteredTest() 05-31-2024 17:57:24:FINISHED TEST : dynamicFeatureIsRegisteredTest() [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.293 s - in ee.jakarta.tck.ws.rs.jaxrs31.spec.extensions.JAXRSClientIT Stopping container using command: [java, -jar, /home/jenkins/agent/workspace/10/jakarta-rest-tck-glassfish/glassfish-runner/jaxrs-tck/target/glassfish7/glassfish/modules/admin-cli.jar, stop-domain, --kill, -t] Waiting finished after 130 ms. [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 2789, Failures: 0, Errors: 0, Skipped: 130 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M5:integration-test (se-tests) @ glassfish-rest-tck --- [WARNING] Exception for '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym'. java.lang.IllegalArgumentException: '/opt/tools/java/openjdk/jdk-17/17.0.2+8/lib/ct.sym' not allowed on the path, only outputDirectories and jars are accepted at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePath (LocationManager.java:335) at org.codehaus.plexus.languages.java.jpms.LocationManager.resolvePaths (LocationManager.java:201) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.newStartupConfigWithModularPath (AbstractSurefireMojo.java:2011) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createStartupConfiguration (AbstractSurefireMojo.java:1889) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.createForkStarter (AbstractSurefireMojo.java:2374) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider (AbstractSurefireMojo.java:1310) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked (AbstractSurefireMojo.java:1159) at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute (AbstractSurefireMojo.java:932) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:568) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [ERROR] WARNING: package ee.jakarta.tck.ws.rs.sebootstrap not in glassfish.rest.tck [INFO] Running ee.jakarta.tck.ws.rs.sebootstrap.SeBootstrapIT [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.367 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) @ glassfish-rest-tck --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (se-tests) @ glassfish-rest-tck --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 06:33 min [INFO] Finished at: 2024-05-31T17:57:27Z [INFO] ------------------------------------------------------------------------